.content img {
   max-height: 370px;
   width: auto;
}


.element {
  width: 110px;
  height: 110px;
  margin: 5px 5px 5px 0px; 
  float: left;
  position: relative;
  background: #fff;
  color: #222;
/*
  overflow: hidden; 
  -webkit-border-top-right-radius: 1.2em;
      -moz-border-radius-topright: 1.2em;
          border-top-right-radius: 1.2em;
*/
}


@media screen and (min-width: 600px) {

.content img {
   max-height: none;
   width: auto;
}

.element.isotope-large,
.variable-sizes .element.isotope-large,
.variable-sizes .element.isotope-large.width2.height2 {
  width: 350px;
  height: 350px;
}

}