@charset "UTF-8";
/* CSS Document */




.yt-embed-holder {

width: 100%;
overflow: hidden;
aspect-ratio: 16/9;
pointer-events: none;

}

.yt-embed-holder iframe {

width: 300%;
height: 100%;
margin-left: -100%;

}











