
.gallery {
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery-cell {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;

}

.gallery-cell.is-selected {
      background-size: cover;
}

