/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-three-images-box {
  display: flex;
  position: relative;
}
.wp-block-create-block-three-images-box .three-images-box-left {
  /*background: #dfd;*/
  width: calc(43% - 2rem);
  padding-right: 2rem;
}
.wp-block-create-block-three-images-box .three-images-box-left .three-images-box-left-spacer {
  height: 28vw;
  max-height: 400px;
}
.wp-block-create-block-three-images-box .three-images-box-left .three-images-box-left-spacer-mobile {
  display: none;
}
.wp-block-create-block-three-images-box .three-images-box-right {
  z-index: 100;
  width: 57%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.wp-block-create-block-three-images-box .three-images-box-small-img-container {
  /*background: rgba(255,255,0,0.2);*/
  position: absolute;
  bottom: 20px;
  left: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 20px;
}
.wp-block-create-block-three-images-box .three-images-box-small-img-container .three-images-box-small-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 22vw;
  height: 22vw;
  max-width: 320px;
  max-height: 320px;
}
.wp-block-create-block-three-images-box .three-images-box-mobile {
  display: none;
}
.wp-block-create-block-three-images-box .three-images-box-mobile-small-img-container {
  display: none;
}

@media (min-width: 1600px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
}
@media (max-width: 781px) {
  /*s*/
  .wp-block-create-block-three-images-box {
    display: block;
  }
  .wp-block-create-block-three-images-box .three-images-box-left {
    width: calc(100% - 1rem);
    padding-right: 1rem;
  }
  .wp-block-create-block-three-images-box .three-images-box-left .three-images-box-left-spacer {
    height: 0px;
  }
  .wp-block-create-block-three-images-box .three-images-box-right {
    display: none;
  }
  .wp-block-create-block-three-images-box .three-images-box-mobile {
    display: block;
    position: relative;
    width: 100%;
    min-height: calc(100px + 40vw);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .wp-block-create-block-three-images-box .three-images-box-mobile-small-img-container {
    display: block;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    gap: 16px;
    padding-top: 16px;
  }
  .wp-block-create-block-three-images-box .three-images-box-mobile-small-img-container img {
    width: calc(50% - 8px);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .wp-block-create-block-three-images-box .three-images-box-mobile-small-img-container .three-images-box-mobile-small-img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
  }
}

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