<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vs-full-screen-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    padding: 50px 0;
}

.show-full-screen-video {
    display: block !important;
}

.wpvs-video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 99;
}

#single-netflix-video-container {
    padding: 2em 0;
}

#single-netflix-video-container .videoWrapper {
    height: 56.25vw;
    width: 100vw; 
    padding-bottom: 0;
}

#vs-video-back {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 11px 20px 10px;
    z-index: 10;
}

#vs-video-back .dashicons {
    width: auto;
    height: auto;
    cursor: pointer;
    font-size: 30px;
}

/* ==== HEADER ==== */

.vs-video-header {
    width: 100%;
    position:relative;
    overflow: hidden;
}

.vs-video-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.vs-video-header img.video-image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 2000px;
    transition: all 40s linear;
    -webkit-transition: all 40s linear;
    -moz-transition: all 40s linear;
}

.vs-video-details {
    z-index: 2;
    position: relative;
    top: 0;
    padding: 70px 20px 20px;
    max-width: 500px;
    min-width: 300px;
    min-height: 350px
}

.vs-video-details h1 {
    color: #e50914;
}

.vs-video-details p:last-of-type {
    margin: 10px 0;
}


label#vs-less-video-info {
    display: none;
}

.vs-video-description {
    overflow: hidden;
    position: relative;
}

.wpvs-full-screen-display #wpvs-autoplay-countdown {
    height: 100%;
    width: 100%;
    bottom: auto;
    top: 0;
    text-align: center;
    padding: 30% 4%;
}

.wpvs-full-screen-display #wpvs-cancel-next-video {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 50px;
    height: 50px;
    margin: 25px auto;
}

.wpvs-full-screen-display #wpvs-cancel-next-video .dashicons {
    font-size: 50px;
}


@media screen and (min-width: 680px) {
    
.wpvs-full-screen-display #wpvs-autoplay-countdown {
    padding: 25%;
}
    
.vs-video-details {
    padding: 150px 20px;
    width: 500px;
}
    
.vs-video-header .vs-drop-play-button {
    position:absolute;
    bottom: 0;
    right: 0;
}

}

@media screen and (min-width: 960px) {

.vs-video-header img.video-image {
    transition: all 30s linear;
    -webkit-transition: all 30s linear;
    -moz-transition: all 30s linear;
}
    
.vs-video-details {
    padding: 150px 60px;
}
    
.wpvs-full-screen-display #wpvs-autoplay-countdown {
    padding: 20%;
}
    
}


@media screen and (min-width: 1200px) {

.vs-video-header img.video-image {
    transition: all 25s linear;
    -webkit-transition: all 25s linear;
    -moz-transition: all 25s linear;
}
    
.vs-video-header .vs-drop-play-button {
    margin: 200px 20% 0 0;
    top:80px;
}
    
.wpvs-full-screen-display #wpvs-autoplay-countdown {
    padding: 15%;
}
    
}
</pre></body></html>