iframe {
width: 100%;
border: 0;
height: 300px;
}
 
@media (max-width: 400px) {
iframe {
height: 350px;
}
}