@charset "UTF-8";

/* CSS Document */


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* YOU TUBE VIDEO DISPLAY */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.yt_video_outer {
	padding: 0px 0% 0px 0%;
	width: 100%;
}

.yt_video_inner {
	padding: 0px 0% 0px 0%;
	width: 100%;
}

.yt_no_space_before {
	padding-top: 0px;
}

.yt_no_space_after {
	padding-bottom: 0px;
}

.yt_space_before {
	padding-top: 0px;
}

.yt_space_after {
	padding-bottom: 0px;
}
 @media only screen and (min-width : 741px) and (max-width :960px) {

.yt_video_outer {
	padding: 0px 0% 0px 0%;
	width: 100%;
}

.yt_space_before {
	padding-bottom: 0px;
}

.yt_space_after {
	padding-bottom: 0px;
}
}
 @media only screen and (min-width : 601px) and (max-width :740px) {

.yt_video_outer {
	padding: 0px 0% 0px 0%;
	width: 100%;
}

.yt_space_before {
	padding-bottom: 0px;
}

.yt_space_after {
	padding-bottom: 0px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.yt_video_outer {
	padding: 0px 0% 0px 0%;
	width: 100%;
}

.yt_space_before {
	padding-bottom: 0px;
}

.yt_space_after {
	padding-bottom: 20px;
}
}

.video_yt_responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video_yt_responsive iframe, .video_yt_responsive object, .video_yt_responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
