/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/images-and-content/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-images-and-content .images-and-content-container {
  display: flex;
}
.wp-block-create-block-images-and-content .images-and-content-container .images-and-content-images-container {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: hidden;
  flex: 55%;
  /*min-height: 500px;*/
  min-height: calc(250px + 20vw);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.wp-block-create-block-images-and-content .images-and-content-container .images-and-content-images-container .images-and-content-image-bottom {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.wp-block-create-block-images-and-content .images-and-content-container .images-and-content-images-container .images-and-content-image-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.wp-block-create-block-images-and-content .images-and-content-container .images-and-content-images-container .slider-buttons-mobile {
  display: none;
}
.wp-block-create-block-images-and-content .images-and-content-container .images-and-content-text {
  flex: calc(45% - 80px);
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
.wp-block-create-block-images-and-content .small-images-container {
  min-height: 100px;
  padding: 0px;
  display: flex;
}
.wp-block-create-block-images-and-content .small-images-container .small-images-left {
  position: relative;
  height: 0px;
  flex: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.wp-block-create-block-images-and-content .small-images-container .small-images-left .small-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -75px;
}
.wp-block-create-block-images-and-content .small-images-container .small-images-left .small-image:hover {
  cursor: pointer;
}
.wp-block-create-block-images-and-content .small-images-container .small-images-left .image1 {
  right: 570px;
}
.wp-block-create-block-images-and-content .small-images-container .small-images-left .image2 {
  right: 400px;
}
.wp-block-create-block-images-and-content .small-images-container .small-images-left .image3 {
  right: 230px;
}
.wp-block-create-block-images-and-content .small-images-container .small-images-left .image4 {
  right: 60px;
}
.wp-block-create-block-images-and-content .small-images-container .small-images-right {
  height: 0px;
  flex: 45%;
}

@media (min-width: 2400px) {
  /* xxl */
  /*.wp-block-create-block-images-and-content {
  	.images-and-content-container {
  		display: flex;
  		.images-and-content-images-container {
  			min-height: 40vw;
  		}
  	}
  }*/
}
@media (min-width: 1600px) and (max-width: 2399px) {
  /* xl */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*l*/
  .wp-block-create-block-images-and-content .images-and-content-container .images-and-content-text {
    flex: calc(45% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .small-image {
    width: 120px;
    height: 120px;
    bottom: -60px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .image1 {
    right: 460px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .image2 {
    right: 320px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .image3 {
    right: 180px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .image4 {
    right: 40px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-right {
    height: 0px;
    flex: 45%;
  }
}
@media (min-width: 782px) and (max-width: 1199px) {
  /*m*/
  .wp-block-create-block-images-and-content .images-and-content-container .images-and-content-text {
    flex: calc(45% - 60px);
    padding: 30px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .small-image {
    width: 90px;
    height: 90px;
    bottom: -45px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .image1 {
    right: 340px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .image2 {
    right: 240px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .image3 {
    right: 140px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-left .image4 {
    right: 40px;
  }
  .wp-block-create-block-images-and-content .small-images-container .small-images-right {
    height: 0px;
    flex: 45%;
  }
}
@media (max-width: 781px) {
  /*s*/
  .wp-block-create-block-images-and-content .images-and-content-container {
    display: block;
    padding: 0px;
  }
  .wp-block-create-block-images-and-content .images-and-content-container .images-and-content-images-container {
    min-height: calc(300px + 20vw);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 0px;
  }
  .wp-block-create-block-images-and-content .images-and-content-container .images-and-content-images-container .slider-buttons-mobile {
    display: flex;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    bottom: 20px;
    width: 98px;
    left: calc(50% - 49px);
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    z-index: 1000;
  }
  .wp-block-create-block-images-and-content .images-and-content-container .images-and-content-images-container .slider-buttons-mobile .slider-button {
    border: 1px solid white;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .wp-block-create-block-images-and-content .images-and-content-container .images-and-content-images-container .slider-buttons-mobile .slider-button.active {
    background: white;
  }
  .wp-block-create-block-images-and-content .images-and-content-container .images-and-content-images-container .slider-buttons-mobile .slider-button:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
  }
  .wp-block-create-block-images-and-content .images-and-content-container .images-and-content-text {
    padding: 30px;
    margin-top: 0px;
  }
  .wp-block-create-block-images-and-content .small-images-container {
    display: none;
  }
}

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