
@media (max-width: 576px) {
    .responsive-iframe{
        position: static;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 90%;
        height: 100%;
        border: none;
    }
}

