#hero iframe {
   aspect-ratio: 16 / 7;
   height: 100%;
   max-height: 580px;
			
}
@media only screen and (max-width: 992px) {
#hero iframe {
   aspect-ratio: 4/3;
max-height: 340px;	
}
}
@media only screen and (max-width: 768px) {
#hero iframe {
   aspect-ratio: 4/3;	
max-height: 100%;	
}
}