.image_focus .img_wrap{
    visibility: hidden;
}
.image_focus:hover .img_wrap{
    visibility: visible;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.image_focus.img_wrap{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.10s;
}
.h-64 {
    height: 16rem;
}
@media (min-width: 1024px){
    .lg\:h-144 {
        height: 36rem;
    }
}
.w-14 {
    width: 3.5rem;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.h-14 {
    height: 3.5rem;
}
.h-72 {
    height: 18rem;
}

