/* Style for Extra Large Screen */
@media (max-width:2560px) {
    iframe {
        height: 965px;
    }
}

/* Style for Large Screen */
 /* @media (max-width:991px) {
    iframe {
        height: 292px;
    }
} */

/* Style for Medium Screen */
@media (max-width:767px) {
    iframe {
        height: 1030px;
    }
}

@media (max-width: 360px) {
    iframe {
        height: 1087px;
    }
}

@media (max-width: 319px) {
    iframe {
        height: 920px;
    }
}

/* Style for Small Screen */
@media (max-width:575px) {
    iframe {
        height: /* whatever height you want for mobile */
    }
}