
div.scrollableAuto {
	 height:530px;
}



/*responsiveness*/

/* size L */
@media screen and (max-width:1024px) { 
  
  div.scrollableAuto {
	 height:440px;
  }
  div.item img {
    width:230px;
  }
}
/* size M */
@media screen and (max-width:860px) { 
  div.scrollableAuto {
	  height:auto;
  }
  div.item img {
    width: 265px;
  }
}

/* size S */
@media screen and (max-width:680px) { 
  div.item img {
    width: 220px;
  }
}

/* size XS */
@media screen and (max-width:530px) { 
  div.item img {
    width: 100%;
  }
}