.embed_youtube {
    border-radius: 5px; 
    width:100%; 
    min-height:250px; 
    height:calc(100px + 40vw);
}

@media only screen and (min-width: 1024px) {
    .embed_youtube {
        height:500px;
    }
}