html body .page-banner {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url(https://gp-assets-1.growthplug.com/website_files/5181/dentist-Baxter-TN-banner-img.jpg), linear-gradient(#000,#000) !important;
    background-position: 0 0, 50% !important;
    background-repeat: repeat, no-repeat !important;
    background-size: auto, cover !important;
    background-attachment: scroll, fixed !important;
    align-items: center !important;
    height: 70vh !important;
    display: flex !important;
    position: relative !important;
}

@media (max-width:767px){
 html body section.container-fluid.page-banner.lozad.lozad-bg.bg-loaded {
        height: 300px !important;
        background-attachment: scroll !important;
    }
}
@media (max-width:1200px){
  html body section.container-fluid.page-banner.lozad.lozad-bg.bg-loaded{
height: 400px !important;
    background-position-y: center !important;
}
}