.videoOuterWrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.videoOuterWrapper iframe,
.videoOuterWrapper .videoThumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoOuterWrapper iframe {
    /* transform: translate(-50%, 0); */
    text-align: center;
}
div#video-section {
    padding-bottom: 5.6vw;
        text-transform: uppercase;
}
body.video .total-wrapper a.music-nav.nav {
    text-decoration: none;
}
footer.footer {
    padding-bottom: 1.1vw;
}
body.video .total-wrapper .homeWrapper {
    position: fixed;
    left: 1.5%;
    top:0;
}
.total-wrapper a.videos-nav.nav {
    text-decoration: underline;
}

.videoOuterWrapper .videoThumbnail img {
    height: 100%;
}

.playIcon {
    font-size: 1vw;
    cursor: pointer;
    color: #fff;
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: left;
    padding-left: 3%;
}

.playIcon span {
    display: inline-block;
    vertical-align: middle;
}

.playIcon span.playImg {
    font-size: 0;
    margin-right: 2%;
}

.video-section-wrapper {
    width: 90%;
    max-width: 50vw;
    margin: 3.8vw auto 0;
}

.video-topsection {
    margin-bottom: 6vh;
}

.video-section-wrapper .videoOuterWrapper img {
    cursor: pointer;
    width: 100%;
}
.video-section-wrapper .videoOuterWrapper .playImg img{
	width: 1vw;
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .video-section-wrapper {
        max-width: 455px;
    }
}

@media only screen and (max-width:767px) {
    body.video .total-wrapper .homeWrapper {
        left: 5.5%;
        top: 0;
        max-width: 90%;
    }
    .playIcon {
    	font-size: 3vw;
    }
    .video-topsection {
        margin-bottom: 25px;
    }
    .video-section-wrapper {
        width: 90%;
        max-width: 100%;
        margin: 75px auto 40px;
    }
    body.interior.touch-device::after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/mobilebg.jpg) no-repeat 0 0 #000;
        background-size: cover;
        z-index: -1;
        background-position: top center;
    }
	.video-section-wrapper .videoOuterWrapper .playImg img{
		width: 5vw;
	}
}
