
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
 
  body{
    margin:0px; 
    position: relative;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;	
  }

  div.box{

    width: 75px;
    height: auto;
  }
  

  .box{

  width: 20px;

 } 
}
