.cs-block.three-images .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .cs-block.three-images .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .cs-block.three-images .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cs-block.three-images .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  row-gap: 30px;
}
.cs-block.three-images img {
  display: block;
  width: 100%;
}
.cs-block.three-images .image {
  grid-column: span 2;
}
.cs-block.three-images.layout-large_on_left .image-1 {
  position: relative;
  grid-column: 1/span 7;
  grid-row: 1/span 2;
}
.cs-block.three-images.layout-large_on_left .image-1:before {
  display: block;
  content: "";
  padding-top: 116.0409556314%;
  width: 100%;
}
.cs-block.three-images.layout-large_on_left .image-1 > img, .cs-block.three-images.layout-large_on_left .image-1 > video {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cs-block.three-images.layout-large_on_left .image-1 {
    grid-column: 2/span 6;
  }
}
.cs-block.three-images.layout-large_on_left .image-2 {
  position: relative;
  grid-column: 8/span 5;
}
.cs-block.three-images.layout-large_on_left .image-2:before {
  display: block;
  content: "";
  padding-top: 125.6317689531%;
  width: 100%;
}
.cs-block.three-images.layout-large_on_left .image-2 > img, .cs-block.three-images.layout-large_on_left .image-2 > video {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cs-block.three-images.layout-large_on_left .image-2 {
    grid-column: 8/span 3;
  }
}
.cs-block.three-images.layout-large_on_left .image-3 {
  position: relative;
  grid-column: 8/span 5;
}
.cs-block.three-images.layout-large_on_left .image-3:before {
  display: block;
  content: "";
  padding-top: 78.9473684211%;
  width: 100%;
}
.cs-block.three-images.layout-large_on_left .image-3 > img, .cs-block.three-images.layout-large_on_left .image-3 > video {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cs-block.three-images.layout-large_on_left .image-3 {
    grid-column: 8/span 4;
  }
}
.cs-block.three-images.layout-large_on_right .image-1 {
  position: relative;
  grid-column: 1/span 5;
}
.cs-block.three-images.layout-large_on_right .image-1:before {
  display: block;
  content: "";
  padding-top: 78.9473684211%;
  width: 100%;
}
.cs-block.three-images.layout-large_on_right .image-1 > img, .cs-block.three-images.layout-large_on_right .image-1 > video {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cs-block.three-images.layout-large_on_right .image-1 {
    grid-column: 2/span 4;
  }
}
.cs-block.three-images.layout-large_on_right .image-2 {
  position: relative;
  grid-column: 1/span 5;
}
.cs-block.three-images.layout-large_on_right .image-2:before {
  display: block;
  content: "";
  padding-top: 125.6317689531%;
  width: 100%;
}
.cs-block.three-images.layout-large_on_right .image-2 > img, .cs-block.three-images.layout-large_on_right .image-2 > video {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cs-block.three-images.layout-large_on_right .image-2 {
    grid-column: 3/span 3;
  }
}
.cs-block.three-images.layout-large_on_right .image-3 {
  position: relative;
  grid-column: 6/-1;
  grid-row: 1/span 2;
}
.cs-block.three-images.layout-large_on_right .image-3:before {
  display: block;
  content: "";
  padding-top: 116.0409556314%;
  width: 100%;
}
.cs-block.three-images.layout-large_on_right .image-3 > img, .cs-block.three-images.layout-large_on_right .image-3 > video {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cs-block.three-images.layout-large_on_right .image-3 {
    grid-column: 6/-2;
  }
}

/*# sourceMappingURL=three-images.min.css.map */
