.products img{width:100%; max-width:832px; margin:0 auto; display:block;}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
}
