.main-gallery {
  height: 420px;
}
@media screen and (max-width: 749px) {
  .main-gallery {
    height: auto;
  }
}
.main-gallery .container.container--hd {
  height: 100%;
}

.gallery-item__img {
  width: 100%;
}
.gallery-item--full-width .gallery-item__pics {
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 749px) {
  .gallery-item--full-width .gallery-item__pics {
    height: 140px;
  }
}
.gallery-item--full-width .gallery-item__text {
  display: none;
}
@media screen and (max-width: 749px) {
  .gallery-item--full-width .gallery-item__text {
    display: block;
  }
}
.gallery-item--full-width .gallery-item__img {
  height: 100%;
}
.gallery-item--full-width .gallery-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1800px) {
  .gallery-item--full-width .gallery-item__img img {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .gallery-item--full-width .gallery-item__img img {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
