@media only screen and (min-width: 320px) and (max-width: 479px)
{
    .call-to-action.display-on-small-devices {
        display: block;
    }
    .calendly-inline-widget {
        height: auto;
    }
    .promo-bar {
        padding-left: 10px !important;
        padding-right: 35px !important;

    }
    .promo-bar.active {
        transition-delay: 200ms;
    }
    #tbay-footer {
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .call-to-action.display-on-small-devices {
        display: block;
    }
    .calendly-inline-widget {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .call-to-action.display-on-small-devices {
        display: block;
    }
    .slider-modal-container {
        max-height: 640px !important;
    }
    .calendly-inline-widget {
        height: auto;
    }
}

@media only screen and (min-width: 992px)
{
    .slider-modal-container {
        max-height: 540px !important;
    }
}