.video-section-wrapper {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.video-wrapper {
	padding-top: 100vh;
	height: 0;
	position: relative;
	display: block;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper video {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 1;
}
.overlay_opacity {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 2;
}

.hashtagText {
	font-size: 12.12px;
	letter-spacing: 4px;
	color: #000;
	padding-top: 26px;
}
.headerImageWrapper {
	/* display: none; */
}
.touch-device .headerImageWrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}
.touch-device.ipad-device .headerImageWrapper {
	padding: 0;
	box-sizing: border-box;
	left: 0px;
	width: 100%;
}
.ipad-device .video-section-wrapper {
	height: auto !important;
}
.ipad-device .video-wrapper {
/*	padding-top: 56.25% !important; */
}
.videoDetails {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
	background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
	box-sizing: border-box;
	/* margin: 0 7px; */
}

/*.touch-device .video-section-wrapper {

 position: relative;
 }*/
.touch-device .videoEmbedDetailsWrap {
	position: relative;
}
.headerVideoTitle {
	display: inline-block;
	font-size: 39px;
	line-height: 39px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
}

.watchVideo {
	font-size: 14px;
	letter-spacing: 4px;
	padding: 10px 0;
	color: #ff2b56;
}
a.watchVideoLink {
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
	color: #ff2b56;
}
a.watchVideoLink:hover {
	border-color: #ff2b56;
	color: #ffffff;
}
.touch-device .headerImageWrapper img {
	/* display: none; */
}
.touch-device .headerImageWrapper {
	background: url(http://d2cstorage-a.akamaihd.net/atl/stonesour/ss_az_mobileclip.gif) no-repeat center top;
	background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {

	.headerVideoTitle {

		font-size: 27px;
		line-height: 33px;
	}

}
@media only screen and (max-width: 767px) {
	.headerVideoTitle {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 1px;
	}
	.videoDetails {
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.touch-device .headerImageWrapper {
		left: 0;
		width: 100%;
	}
	.headerImageWrapper, .touch-device .headerImageWrapper {
		background: url(http://d2cstorage-a.akamaihd.net/atl/stonesour/ss_az_mobileclip.gif) no-repeat center center;
		background-size: cover;
	}
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
	.headerVideoTitle {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 1.5px;
	}
}


@media only screen and (max-width: 767px) {

   .video-wrapper .headerImageWrapper{
        position: relative;
    }
    .video-wrapper{
        padding-top: 0px;
        height: 231px;
    }
    .video-section-wrapper{
        height: auto;
    }
    .videoEmbedDetailsWrap{
        position: relative;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .touch-device .headerImageWrapper,.touch-device .videoEmbedDetailsWrap{
        position: relative
    }
    .video-wrapper{
        padding-top: 0px;
        height: auto;
    }
    .video-section-wrapper{
        height: auto;
    }

}
