.bg-products-header {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies_com/MM_240806_bg_products_1_sm.jpg);
    background-size: cover;
    background-position: center;
}

/* #mm-products .products-list img {
    max-width: 250px;
    width: 100%;
} */

#mm-products hr {
    margin: 4rem auto;
    width: 95%;
}

.img-prod-usm,
.img-prod-mmp,
.img-prod-mmx,
.img-prod-loa,
.img-prod-ssa,
.img-prod-dfs,
.img-prod-ct,
.img-prod-mmm,
.img-prod-ds {
    width: 100%;
    max-width: 250px;
}
.img-prod-usm{
    max-width: 360px;
}
.img-prod-mmp {
    max-width: 350px;
}
.img-prod-mmx {
    max-width: 350px;
}
.img-prod-loa {
    max-width: 250px;
}
.img-prod-ssa {
    max-width: 300px;
}
.img-prod-dfs {
    max-width: 300px;
}
.img-prod-ct {
    max-width: 300px;
}
.img-prod-mmm {
    max-width: 300px;
}
.img-prod-ds {
    max-width: 360px;
}



@media(max-width: 768px) {
    .ms-n3 {
        transform: translateX(-3rem);
    }
    #mm-products .products-list img {
        max-width: 250px;
        width: auto;
        max-height: 200px;
    }
}

@media (min-width: 1200px) {

    .bg-products-header .h1,
    .bg-products-header .h2 {
        max-width: 16ch;
        text-wrap: initial;
    }

}

