@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : landscape) {
	.col-md-8.video-bg > iframe {
		position: relative;
		display: block;
		margin: auto;
		width: 400px;
		height: 220px;
	}
	.close-top-bottom {
		height: 4vw;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {
	.col-md-8.video-bg > iframe {
		width: 300px;
		height: 200px;
	}
}