html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.section-gallery .gallery-img {
  border-radius: 15px;
  display: inline-block;
  margin: 1rem 0;
  overflow: hidden;
}
.section-gallery .gallery-img img {
  transition: all ease-in 0.2s;
}
.section-gallery .gallery-img:hover img {
  transform: scale(1.1);
}
.section-gallery .gallery-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-gallery .gallery-img-small {
  height: 38.5rem;
  width: 100%;
}
.section-gallery .gallery-img-bigheight {
  height: calc(100% - 2rem);
  width: 100%;
}/*# sourceMappingURL=gallery.css.map */