 

.videoyoutube img {
	height: auto;
	max-width: 100%; 
	display:block;
	margin:auto;
}

iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;  
}