.hs-oembed__starter {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    padding-bottom: 56.25%;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease-in
}

.hs-oembed__starter.loading {
    background-color: #222;
    border: 1px solid #000
}

.hs-oembed__starter>img {
    height: auto
}

.hs-oembed__starter>:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

html.hs-inline-edit .hs-oembed__starter>iframe {
    pointer-events: none
}

.hs-oembed__error,.hs-oembed__error a {
    color: #fff
}

.hs-oembed__error {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
    padding: 0 20px
}

.media-video {
    position: relative
}

.media-video h1 {
    font-size: 32px;
    padding-top: 30px;
    text-shadow: 1px 1px 5px black
}

.media-video p {
    text-shadow: 1px 1px 5px black
}

.media-video.margin-top {
    margin: 30px 0 0
}

.media-video.margin-bottom {
    margin: 0 0 30px
}

.media-video.margin-both {
    margin: 30px 0
}

.media-video .media-text-item {
    align-self: center;
    flex: 1;
    text-align: center
}

.media-video .media-text-item-image {
    align-self: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh;
    overflow: hidden
}

.media-video .media-video-box {
    margin: 0;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%,-52%)
}

.media-video .media-text-item-video {
    width: 100%;
    overflow: hidden
}

@media(min-width: 1024px) {
    .media-video h1 {
        font-size:60px;
        padding-top: 0px
    }

    .media-video.margin-top {
        margin: 80px 0 0
    }

    .media-video.margin-bottom {
        margin: 0 0 80px
    }

    .media-video.margin-both {
        margin: 80px 0
    }
}

@media(min-width: 1200px) {
    .media-video .media-text-item-video {
        height:80vh
    }
}

.media-nav {
    height: auto;
    background: white;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d9d9d9
}

.media-nav a {
    font-size: 14px;
    color: black;
    font-weight: 600;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-around;
    border-right: 1px solid #d9d9d9;
    transition: .2s;
    text-transform: uppercase
}

.media-nav a:hover {
    transition: .2s;
    color: white;
    background: #8a8a8a
}

.media-nav a img {
    max-height: 62px;
    padding-left: 0
}

@media(min-width: 992px) {
    .media-nav {
        height:90px
    }

    .media-nav a {
        flex: 1 0 auto;
        max-width: unset;
        justify-content: center
    }

    .media-nav a img {
        padding-left: 15px
    }
}
