#homhero-booking-widget:not(.new-widget) {
    width:100%;
    max-width:95vw;
}

@media screen and (min-width:1600px){
    #homhero-booking-widget:not(.new-widget)  {
        max-width:1500px;
    }
}

#homhero-booking-widget.new-widget iframe#booking-frame{
    height:100vh  !important;
    display:block;
}

body.admin-bar #homhero-booking-widget.new-widget iframe#booking-frame{
    height: calc(100vh - 32px) !important;
}

@media screen and (max-width:782px){
    body.admin-bar #homhero-booking-widget.new-widget iframe#booking-frame{
        height: calc(100vh - 45px) !important;
    }
}
