/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

@media (max-width: 767.98px) {

    .grid_item img.img-fluid,
    .grid_item img.owl-lazy {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover !important;
    }
    .prod_pics img{
        width: 100% !important;
        height: 400px !important;
        object-fit: cover !important;   
    }
}