.is-style-grouping-height {
  position: relative;
}
@media (min-width: 780px) {
  .is-style-grouping-height {
    min-height: 650px;
  }
}
.is-style-grouping-height #three-imgs {
  position: unset;
}
@media (max-width: 600px) {
  .is-style-grouping-height #three-imgs {
    height: 245px !important;
  }
}
@media (max-width: 600px) {
  .is-style-grouping-height #three-imgs img {
    max-width: 100%;
  }
}

#three-imgs {
  position: relative;
}
@media (max-width: 780px) {
  #three-imgs {
    height: 360px !important;
  }
}
@media (max-width: 600px) {
  #three-imgs {
    height: 340px !important;
  }
}
@media (max-width: 1250px) {
  #three-imgs img {
    transform: scale(0.75);
  }
}
@media (max-width: 600px) {
  #three-imgs img {
    transform: scale(0.6);
  }
}
#three-imgs img:first-of-type {
  transform-origin: top left;
}
#three-imgs img:nth-of-type(2) {
  transform-origin: top right;
}
#three-imgs img:nth-of-type(3) {
  transform-origin: bottom left;
}
/*# sourceMappingURL=three-imgs.css.map */
