@charset "utf-8";

@media all  {

	.responsive-video_4zu3 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	
	.responsive-video_4zu3  {
		position: relative;
		padding-bottom: 75%; /* Default for 1600x1200 videos 4:3 ratio*/
		padding-top: 0px;
		height: 0;
		overflow: hidden;
		margin: 0 0 30px 0;
	}
	
	.responsive-video_16zu9  {
		position: relative;
		padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
		padding-top: 0px;
		height: 0;
		overflow: hidden;
		margin: 0 0 30px 0;
	}
	
}
