.images{
    object-fit: fill;
    width: 100% !important;
    height: 100% !important;
}
.head .logo img{
    max-height: unset;
    max-width: unset;
}
@media (max-width:1024px){
    .head .logo img{
        max-width: 100%;
    }
    .img-wrapper img{
        object-fit: fill;
    }
    #img-wrapper .img-wrapper img{
        object-fit: fill;
        position: unset;
        height: auto;
    }
    .mheader_v2 .nav>li{
        width: 24%;
    }
    #img-wrapper .img-wrapper{
        display: flex;
        align-items: center;
    }
}