.flexslider {
    margin: 0;
    border: none;
    overflow: hidden;
    border-radius: 0;
}

.flexslider ul.slides li.wpvs-image-flex-slide:before, .wpvs-video-flex-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

li.wpvs-featured-slide:after, .wpvs-video-flex-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 2;
}

.flexslider ul.slides {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.flexslider ul.slides li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.flex-direction-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.flex-direction-nav a:before {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.flex-prev, .flex-next {
  font-size: 0;
}

a.vs-slide-link-full {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index:6;
}

.wpvs-video-flex-container {
    position: absolute;
    height: 0;
    margin: 0 auto;
    width: 100%; 
    padding-bottom: 56.25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wpvs-video-flex-container iframe, .wpvs-video-flex-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

label.wpvs-slide-mute-button {
    position: absolute;
    bottom: 5%;
    right: 4%;
    padding: 10px;
    color:#ffffff;
    text-shadow: 0 1px 2px #141414;
    z-index: 10;
    cursor: pointer;
    opacity: 0.85;
    text-align: right;
}

label.wpvs-slide-mute-button .dashicons {
    font-size: 30px;
}

label.wpvs-slide-mute-button:hover {
    opacity: 1;
}
#featured {
    overflow: hidden;
    position:relative
}

#featured-area {
    background: url(/wp-content/themes/vs-netflix/images/featured.jpg) top / cover;
    background-repeat: no-repeat;
    max-height: 850px;
}

.sliderContent {
    padding: 30% 20px 10%;
    height: auto;
    position: relative;
    z-index: 5;
    max-width: 700px;
    margin: 0;
    color: #fff;
}


@media screen and (min-width: 680px) {
.sliderContent {
    padding: 20% 20px 10%;
}
}

@media only screen and (min-width: 768px) {
  
    
.flex-direction-nav a {
    width: 70px;
    height: 70px;
}
.flex-direction-nav a:before {
    font-size: 70px;
}
    
}

@media screen and (min-width: 960px) {
    
.sliderContent {
    padding: 15% 60px;
}

    
.sliderContent h2.sliderTitle {
    font-size: 40px;
}
    
label.wpvs-slide-mute-button {
    bottom: 10%;
}
    
}

@media screen and (min-width: 1200px) {
    
.sliderContent {
    padding: 20% 60px;
}

.flex-direction-nav a {
    width: 90px;
    height: 90px;
}
.flex-direction-nav a:before {
    font-size: 90px;
}
    
}

@media screen and (min-width: 1400px) {
    
.sliderContent {
    padding: 25% 60px;
}
    
}