iframe {
    width: 100%;
    min-height: 20vw;
}

iframe[allow="encrypted-media"] {
    min-height: 80px;
}

iframe[scrolling="no"]{
    min-height: 0px !important;
}