/* new gallery macy */

.container{
  width: 80%;
  margin: 20px auto;
}

.box img{
  width: 100%;
  height: auto;
  display: block;
}