@media only screen and (max-width: 767px) {
    .show-caption-overlay .hero-slider-caption .horizontal-left {
        left: 0!important;
    }
    .cr-enquiry .gform_wrapper form {
        max-width: 100%!important;
    }
    .cr-enquiry .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0!important;
    }
    body .cr-enquiry .gform_wrapper .gform_footer .gform_button {
        width: 100%!important;
        margin-right: 0!important;
    }
    .cr-2col-content-wrapper.bg-black .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .cr-2col-content-wrapper.bg-white .container {
        padding-right: 0;
        padding-left: 0;
    }
}