@media only screen and (max-width: 480px) {
  #contentThumbs{
    max-width: calc(100px*2 + 2px*4 + 10px);
  }
}
