.block-big-banner-w-overlay-text .image-wrapper {
  aspect-ratio: 1;
}

@media screen and (min-width: 360px) and (max-width: 600px) {
  .block-big-banner-w-overlay-text .image-wrapper {
    aspect-ratio: 200 / 270;
  }
}

.block-big-banner-w-overlay-text .image-wrapper img {
  border-radius: 32px;
}

.block-big-banner-w-overlay-text .banner-inner {
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.block-big-banner-w-overlay-text .overlay.dark {
  border-radius: 32px;
}

.block-big-banner-w-overlay-text .overlay.light {
  background: rgba(255, 255, 255, 0.14);
  width: 100%;
}

.block-big-banner-w-overlay-text .overlay.dark {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
}

.block-big-banner-w-overlay-text .prose.wysiwyg p {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

/*
* Reversed
*/

.block-big-banner-w-overlay-text .banner-wrap.reversed .overlay.light {
  width: 100%;
}

.block-big-banner-w-overlay-text .banner-wrap.reversed .banner-inner {
  left: 0;
}

/*
* Media queries
*/

@media screen and (min-width: 768px) {
  .block-big-banner-w-overlay-text .image-wrapper {
    aspect-ratio: 200 / 100;
  }
  .block-big-banner-w-overlay-text .banner-inner {
    width: 50%;
  }

  .block-big-banner-w-overlay-text .overlay.light {
    width: 50%;
  }

  .block-big-banner-w-overlay-text .overlay.dark {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  .block-big-banner-w-overlay-text .image-wrapper {
    aspect-ratio: 150 / 86;
  }

  .block-big-banner-w-overlay-text .banner-inner {
    width: 50%;
  }
  .block-big-banner-w-overlay-text .overlay.light {
    width: 50%;
  }

  .block-big-banner-w-overlay-text .banner-wrap.reversed .banner-inner {
    left: 50%;
  }

  .block-big-banner-w-overlay-text .banner-wrap.reversed .overlay.light {
    width: 100%;
    margin-left: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .block-big-banner-w-overlay-text .image-wrapper {
    aspect-ratio: 150 / 71;
  }
}
