@charset "UTF-8";

@media screen and (min-width: 901px) {
.youtube_block iframe {
    aspect-ratio: auto 800 / 533;
    height: auto;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
}