@media only screen {

    .metaslider,
    .metaslider .slides,
    .metaslider .slides li {
        height: 60vh !important;
    }

    .metaslider .slides img {
        height: 60vh !important;
        width: 100% !important;
        object-fit: cover !important;
    }

}

@media only screen and (max-width: 768px) {



    .metaslider .slides img {
				object-position: 60% center !important;
    }

}