.page-template-videos .page-main {
    padding-top: 170px;
}
.vh-inner {
    width: 920px;
    margin-bottom: 52px;
}
.vh-inner:before {
    content: attr(data-heading);
    position: absolute;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #E8EAEB;
    font-size: 11.458333vw;
    letter-spacing: 0.1em;
    z-index: -1;
    top: -5.5vw;
    white-space: nowrap;
}
#videos-top h1 {
    font-size: 4em;
    line-height: 1.125;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-bottom: 23px;
    color: var(--darker-blue);
    text-transform: uppercase;
}
#videos-top p {
    font-size: 1.5em;
    line-height: 1.5;
}
.vh-frame {
    width: 957px;
    border-radius: 10px;
}
#video-gallery {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/videos/videos-back.jpg);
	background-image: -webkit-image-set(url(../../images/videos/videos-back.jpg) 1x, url(../../images/videos/videos-back@2x.jpg) 2x);
    margin-top: -126px;
    padding-top: 163px;
    padding-bottom: 159px;
}
#video-gallery .container {
    width: 952px;
}
#video-gallery .swiper:before,
#video-gallery .swiper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 42px;
    height: 142px;
    flex-shrink: 0;
    background: linear-gradient(97deg, #003146 6.15%, rgba(0, 49, 70, 0.00) 94.78%);
    filter: blur(1.7640552520751953px);
    z-index: 2;
    pointer-events: none;
}
#video-gallery .swiper:before {
    left: -2px;
}
#video-gallery .swiper:after {
    right: -2px;
    transform: scaleX(-1);
}
#video-gallery p.next-up {
    margin-bottom: 16px;
    margin-top: 31px;
    font-size: 18px;
    line-height: 24px;
}
.vg-title {
    border-width: 1px;
    padding-bottom: 24px;
}
.vg-title p {
    font-size: 28px;
    line-height: 1;
}
.vg-preview {
    height: 142px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 7px;
    border: 2px solid transparent;
}
.vg-item:hover .vg-preview {
    border-color: #FFEE3F;
}
.vg-item p {
    font-size: 13px;
    line-height: 1.15384615;
}
.vg-item .icon-play-small {
    display: none;
}
.vg-item:hover .icon-play-small {
    display: block;
}
.image-wrapper > img.video-logo-small {
    width: 40px;
    top: 10px;
    left: 10px;
}
@media screen and (max-width: 767px) {
    .page-template-videos .page-main {
        padding-top: 110px;
    }
    .vh-inner {
        margin-bottom: 33px;
    }
    .vh-inner:before {
        font-size: 72px;
        line-height: 60px;
        top: -20px;
        white-space: normal;
    }
    #videos-top h1 {
        font-size: 2.125em;
        line-height: 1.02941176;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
    }
    #videos-top p {
        font-size: 1.125em;
        line-height: 1.5556;
    }
    #video-gallery {
        padding-top: 97px;
        margin-top: -61px;
        padding-bottom: 147px;
    }
    .vg-title {
        padding-bottom: 19px;
    }
    .vg-title p {
        font-size: 1.25em;
    }
    #video-gallery p.next-up {
        margin-bottom: 12px;
        margin-top: 20px;
    }
    #video-gallery .swiper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .vg-preview {
        height: 92px;
        border-radius: 3px;
        border: 2px solid transparent;
    }
}