@media only screen and (max-width: 768px) and (min-width: 320px)  {
.products-wrapper-area .col-lg-3{
    max-width:50%!important;
    flex:50%!important;
}  
#projects > ul > li {
    width: 49%;
}
#projects > ul > li img {
    width: 100%;
    height: 170px;
}
.product-item-box img {
    height: 175px;
}
.view_all_page {
    top: 0px;
    }
.bnslider-wrapper .slick-slider{
   height:auto!important;
   min-height:auto!important;
}
.section-title4u {
    font-size: 16px;
}
.section-sub-title {
    font-size: 14px;
}
.footer-shop-info{
    display:none;
}
}