.area-modal iframe {
	width : 100%;
	height : 100%;
}
#ytModal .modal-content {
	height : 38.7vw;
}

@media(max-width:768px) {
	#ytModal {
		background-color : #000000;
	}
	#ytModal .modal-content {
		height : 60vw;
		width : 100vw;
		box-shadow : none;
	}
}
