/******************************************************

    thin     font-weight:100;
    Light     font-weight:200;
    DemiLight font-weight:300;
    Regular   font-weight:400;
    Medium   font-weight:500;

******************************************************/
.zoomBox li {
  float: left;
  width: 32%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden; }
  
  .zoomBox li img{
 
  width: 100%;
  height:auto;
   }

.zoomBox li:nth-child(3n) {
  margin-right: 0; }

/*# sourceMappingURL=tablet_style.map */