/* ====================================================
	Container for youtube embedding
	==================================================== */
.laursen-video-container {
	position: relative;
	width: 100% !important;
	height: 0;
	padding-bottom: 56.25% !important;
	overflow: hidden;
}
.laursen-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




@media screen and (min-width: 1200px) {
	.laursen-video-container {
		width: 100% !important;
		height: 0 !important;
		margin:0 auto;
		padding-bottom: 400px !important;
	}
	.laursen-video-container.height500 {
		padding-bottom: 500px !important;
	}
	.laursen-video-container.height600 {
		padding-bottom: 600px !important;
	}
	.laursen-video-container.height700 {
		padding-bottom: 600px !important;
	}
	.laursen-video-container.height800 {
		padding-bottom: 600px !important;
	}
	.laursen-video {
		width: 100% !important;
		height: 100% !important;
	}
}
