
@media (max-width:1023px){
    #Shop .img_box {
        grid-template-columns:auto auto !important;
    }
}

@media (max-width:767px){
    #Shop .img_box {
        grid-template-columns:auto !important;
    }
}
#Shop .img_box .box .overlay {

    justify-content: unset !important;
}