.hero-image-sc {
    background-image: url('../../assets/images/services/cabinetry/cabinetry-hero-image.png');
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* css media queries ----- ----- */
@media only screen and (min-width: 400px) {
    .hero-image-sc {
        min-height: 250px;
    }
}

@media only screen and (min-width: 768px) {
    .hero-image-sc {
        min-height: 500px;
    }
}