@media screen and (max-width: 524px) {
.logo-img {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.owl-carousel .owl-item img {
    //width: 340px;
    height: 330px!important;
    object-fit: cover;
}
#maincontent .column {
    position: relative!important;
}
}
@media screen and (max-width: 758px) and (min-width: 524px) {
#maincontent .column {
    position: relative!important;
}
}