.booking-widget {
    width: 100%;
    overflow: visible!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}


@media (min-width: 768px) {
    .booking-widget {
        height:1000px!important
    }

}