/* 
    Document   : youtube
    Created on : Dec 1, 2014, 3:29:40 PM
    Author     : Harshal
    Description:
        Purpose of the stylesheet follows.
*/

.popup {
	background: #fff;
	border-radius: 5px;
	display: none;
	padding: 10px;
	position: absolute;
	width: 800px;
	z-index: 9999;
}
.popup a.close {
	z-index: 999;
	background: #f60;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 5px;
	position: absolute;
	right: -5px;
	top: -15px;
}
.video-container {
	float: left;
	height: 360px;
	left: 0;
	padding-bottom: 5%;
	padding-top: 25px;
	position: relative;
	top: 0;
	width: 100%;
}
.video-container .iframe {
	float: left;
	width: 100%;
}
.video-container .iframe iframe {
	float: left;
	height: 360px;
	width: 100%;
}
.video-container .iframe h2 {
	font-size: 2em;
	color: #F60;
	padding-bottom: 10px
}
.overlaybg {
	background: #000;
	display: none;
	height: 100%;
	opacity: 0.7;
	position: fixed;
	width: 100%;
	z-index: 9998;
}



@media only screen and (min-width:320px) and (max-width:767px) {
.popup.youtube {
    left:0px !important;
	width: 97%;
}
}