.hero-container {
    background-image: url('/imgs/assets/services/commercial_pest_control/warehousing_pest_inspection_portrait.webp');
}

#living-facility-pest-control {
    margin-top: 225px;

    .img-wrapper {
        position: relative !important;

        img {
            width: 100%;
            height: auto;
            max-width: 450px;
        }

        &:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, var(--bg-4) 20%, rgba(255, 0, 0, 0) 80%);
            z-index: 2;
        }
    }
}

@media(min-width: 768px) {
    .hero-container {
        background-image: url('/imgs/assets/services/commercial_pest_control/warehousing_pest_inspection.webp');
    }

    #living-facility-pest-control {
        margin-top: 0;

        .img-wrapper {
            img {
                max-width: none;
            }

            &:before {
                background: transparent;
            }
        }
    }
}
