.booking-wrapper iframe {
    width: 100%;
    /* height: 80vh; */
    height: 750px;
}
@media(max-width: 500px){
    .booking-wrapper iframe {
        height: 790px;
    }
}
