
.thumb li {
  width: 360px;
  height: 265px;
  margin: 10px 10px;
}
.thumb li img {
  width: 360px;
  height: 265px;
}
.imageContainer{
  display: block;
}
.zoomed {
  border: none;
}
/* .container {
  overflow: initial;
}
.row {
  overflow: initial;
} */


@media only screen and (max-width: 380px) {
  .thumb li {
    width: 310px;
    height: 225px;
  }
  .thumb li img {
    width: 310px;
    height: 225px;
  }

}