@media only screen and (max-width: 480px) {
    div.field--type-iframe iframe {
        width: 100%;
        height: auto;
        min-height: 600px;
    }
}