@media (max-width: 768px) {
    .booking-frame {
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        overflow: hidden !important;
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .booking-frame iframe {
        border-radius: 0 !important;
        width: 590px !important;
        min-height: 1500px !important;
        zoom: 0.68;
    }
    @supports (-webkit-touch-callout: none) {
        .booking-frame {
            margin-left: -1.5rem !important;
            margin-right: -1.5rem !important;
        }
        .booking-frame iframe {
            zoom: 1 !important;
            transform: scale(0.68) !important;
            transform-origin: top left !important;
            margin-right: -189px !important;
            margin-bottom: -480px !important;
        }
    }
}