@charset 'UTF-8';

@media screen and (max-width: 900.9px){
  .editor .columns--image iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
     height: 100%;
  }
}
a.hover:hover {
	opacity: 0.65;
}