     .h-11 {
    height: 4rem;
    margin-top: -5px;
}
@media only screen and (max-width: 767px){
    .hero-slide-img{
       height: 180px !important;
       margin-top: 10px;
    }
}
.object-cover {
    -o-object-fit: cover;
    object-fit: contain;
}

.zoom img {
    transition: opacity 0.5s;
    display: block;
    height: 370px;
    object-fit: fill;
    background-color: white;
}
.admin-login-logo {
    width: 70%;
    height: auto;
}
.w-full.h-full.object-cover.rounded-md {
    transform: none !important;
}

.w-full.h-full.object-cover.rounded-md:hover {
    transform: none !important;
}
