.hero-container {
    width: 100%;
    height: auto;
    position: relative;
}
.hero-container .image-caption {
    margin-left: 24px;
    margin-top: 10px;
}
.hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.headline-text {
    width: 65vw;
}
.headline-subheading {
    width: 63vw;
    margin-top: 25px;
}
.image-wrapper {
    max-width: 49%;
    margin: 30px auto;
}
.image-wrapper img {
    max-width: 100%;
}
.image-caption p, .video-player-title {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
    font-family: Lato, sans-serif;
    padding-top: .625em;
    padding-bottom: .5em;
    color: #121212;
    margin: 0;
}
.player-embed-wrap .video-player-title {
    margin-top: 0;
    margin-bottom: 22px;
    padding-left: 17%;
}
.credit {
    font-size: .75em;
    line-height: 16px;
    color: #676767;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: .5em;
    text-transform: uppercase;
}
.brightcove-container {
    width: 66%;
}
.sidebarImage img {
    display: none;
}
.uxdia-u-enhancedmedia .uxdia-c-enhancedmedia-content-wrapper .uxdia-c-enhancedmedia_bodywrapper .sidebarImage.uxdia-sidebar-container>div {
    box-shadow: 0 0 10px #d5d5d5;
}
.flex-container{
    display: flex;
    flex-direction: column;
}
.flex-container .story-content, .flex-container .sidebarImage {
    flex: 1;
}
.bio-container {
    margin-top: 30px;
}
.story-editor {
    font-size: 16px;
    color: #121212;
    line-height: 26px;
    margin: 20px 0;
}
.line-separator-gray {
    border: 1px solid #d5d5d5;
    display: block;
}
@media screen and (max-width: 767px) {
    .hero-container {
        width: 100vw;
        overflow: hidden;
    }
    .hero-container .image-caption {
        margin-left: 30px;
    }
    .hero-image {
        object-fit: cover;
        object-position: center top;
        width: 115vw;
        height: 100%;
    }
    .image-wrapper {
        max-width: 100%;
    }
    .player-embed-wrap .video-player-title {
        padding-left: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .image-wrapper {
        max-width: 100%;
    }
    .player-embed-wrap .video-player-title {
        padding: 0 13.44% 0;
    }
    .hero-container .image-caption {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .headline-text, .headline-subheading {
        width: 100%;
    }
    .brightcove-container {
        width: 100%;
    }
}
