@media all and (max-width:1300px) {
    iframe.gc-iframe-featured-video {
        width: 100%;
        height: auto;
    }
}

@media all and (max-width:1024px) {
    iframe.gc-iframe-featured-video {
        width: 100%;
        height: 400px;
        padding-top: 0;
        ;
    }
}