div.metaslider {
    width: 100vw !important;
    margin-left: -50vw !important;
    left: 50%;
    background: #f05266;
    padding: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
div.metaslider {
    width: 96vw !important;
    margin-left: -48vw !important;
}
}

.flexslider img {
    height: 330px !important;
    object-fit: cover;
}
/* @media only screen and (max-width: 767px) {
div.metaslider {
    margin-left: -4vw !important;
}
} */