.elmt-team {
    background-color: #fafbfa;   
    height: 300px;
    background-image: url(/images/hamking-team.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

/* LG */
/* ---------------------------- */
@media (max-width: 1199.98px) {

}

/* MD */
/* ---------------------------- */
@media (max-width: 991.98px) {

}

/* SM */
/* ---------------------------- */
@media (max-width: 767.98px) {

}


/* XS */
/* ---------------------------- */
@media (max-width: 575.98px) {
    
    .elmt-team {
        height: 200px;
        background-size: cover;
    }

}