@charset "UTF-8";

.video_iframe{
    height: 600px;
}

@media screen and (max-width: 800px){
.video_iframe{
    height: 300px;
}
}