/* BASIC css start */
/ *
@media screen and (min-width:750px) {
    .medium-up--no-br br,
    .medium-up--no-br br:after {
        content: " "
    }
}

@media screen and (max-width:750px) {

    .medium-down--no-br br,
    .medium-down--no-br br:after {
        content: " "
    }
}
*/
.img-contain>img,
.img-cover>img {
    width: 100% !important;
    height: 100% !important
}

.img-cover>img {
    object-fit: cover;
    object-position: center
}

.img-contain>img {
    object-fit: contain
}

/* BASIC css end */

