#landing-header {
    overflow: hidden;
    position: relative;
}
#landing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}
#landing-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    height: 100%;
    margin: 100px auto;
    color: white;
    background: rgba(0,0,0,0.5);
    padding: 30px;
}
#landing-content p {
    margin-bottom: 25px;
    font-size: .95em;
}
#landing-header h1 {
    font-size: 2em;
    margin-top: 160px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
    color: white;
    padding: 20px 40px;
    background: black;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
#landing-content h2 {
    margin: 30px 20px 45px 20px;
    font-size: 3em;
    text-align: center;
    font-weight: 600;
}
#video-page-wrapper h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.9em;
    color: white;
    margin-bottom: 0px;
}
#video-header {
    max-width: 740px;
    margin: auto;
    position: relative;
}
#video-header p {
    color: white;
    font-size: .8em;
    text-align: center;
    margin-bottom: 50px;
    opacity: .75;
}
#video-page-video iframe {
    min-height: 50vh;
    box-shadow:  10px 10px 10px rgba(0,0,0,0.5);
}
#video-page-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .3;
    overflow: hidden;
}
#video-page-img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
}
#video-page-video {
}
#video-page-wrapper h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 140px;
    margin-bottom: 30px;
    font-size: 1.9em;
    color: white;
}
.slick-slide { 
    padding: 20px 0;
    opacity: .75;
    font-size: .75em;
    transform: scale(.98);
}
.slick-active { 
    padding: 20px 0;
    opacity: .75;
    font-size: .75em;
    margin-top: 20px;
}
.slick-active:hover { 
    opacity: 1 !important;
}

.slick-center { 
    transform: scale(1.1);
    opacity: 1 !important;
    z-index: 1;
    position: relative;
    font-size: 1em;
}
.slick-slide:not(.slick-active) { 
  margin: 20px 0; 
}
.child { 
    width:100%; 
}
.slide:not(.slick-active) { 
    cursor: pointer; 
}
.pagination {
    text-align: center; 
    font-size: 1.2rem;
}
#related-videos {
    color: white;
    overflow: hidden;
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}
.related-info {
    font-size: .75em;
    text-align: center;
    padding: 20px;
}
.related-video {
    background: black;
}
.related-video-thumb {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    max-height: 180px;
}
.related-video-thumb img {
    transform: scale(1.2);
}
#video-page-wrapper {
    position: relative;
    background: #383838;
}