
@charset "UTF-8";

.youtube {
    width: 100%;
    height: 20vw;
    min-height: 300px;
    max-height: 450px;
    position: relative;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
