.gallery .row.original-height {
  flex-direction: column-reverse;
  margin-bottom: 80px;
}

.gallery .row.original-height .block {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .gallery .row.original-height {
    flex-direction: unset;
  }

  .gallery .row.original-height .block {
    width: 50%;
  }

  .gallery-slider .slide-image-bg {
    padding: 35% !important;
  }
}
