.gallery {
  background: #fff;
}

.gallery-cell {
  width: 100%;
  height: 715px;
}

.gallery-cell img {
  display: block;
  max-height: 642px;
  max-width: 1074px;
  margin:40px auto;
}