.image-focused-slide-wrapper {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-wrapper {
    width: 100%;
    display: inline-block;
    padding-bottom: 50%;
  }
}

.image-focused-slide-text {
  position: unset;
  width: 100%;
  height: 100%;
  color: var(--color-black);
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text {
    color: var(--color-white);
    overflow: hidden;
  }
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text {
    position: absolute;
  }
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text.teal {
    background: linear-gradient(rgba(175, 237, 201, 0.9), rgba(0, 0, 0, 0.9));
  }
}

.image-focused-slide-text.teal span {
  background: linear-gradient(rgba(175, 237, 201, 0.9), rgba(0, 0, 0, 0.9));
  height: 100%;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text.teal span {
    display: none;
  }
}

.image-focused-slide-text.teal span img {
  /* important flag preserved verbatim from the Sass source. */
  opacity: 0.2 !important;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text.red {
    background: linear-gradient(rgba(255, 61, 58, 0.9), rgba(0, 0, 0, 0.9));
  }
}

.image-focused-slide-text.red span {
  background: linear-gradient(rgba(255, 61, 58, 0.9), rgba(0, 0, 0, 0.9));
  height: 100%;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text.red span {
    display: none;
  }
}

.image-focused-slide-text.red span img {
  /* important flag preserved verbatim from the Sass source. */
  opacity: 0.2 !important;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text.gold {
    background: linear-gradient(rgba(255, 228, 30, 0.9), rgba(0, 0, 0, 1));
  }
}

.image-focused-slide-text.gold span {
  background: linear-gradient(rgba(255, 228, 30, 0.9), rgba(0, 0, 0, 1));
  height: 100%;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text.gold span {
    display: none;
  }
}

.image-focused-slide-text.gold span img {
  /* important flag preserved verbatim from the Sass source. */
  opacity: 0.2 !important;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text.grey_dark {
    background: linear-gradient(rgba(18, 53, 76, 0.9), rgba(0, 0, 0, 0.9));
  }
}

.image-focused-slide-text.grey_dark span {
  background: linear-gradient(rgba(18, 53, 76, 0.9), rgba(0, 0, 0, 0.9));
  height: 100%;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text.grey_dark span {
    display: none;
  }
}

.image-focused-slide-text.grey_dark span img {
  /* important flag preserved verbatim from the Sass source. */
  opacity: 0.2 !important;
}

.image-focused-slide-text .image-focused-slide-image {
  display: none;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-text .image-focused-slide-image {
    display: block;
    /* important flag preserved verbatim from the Sass source. */
    opacity: 0.2 !important;
    z-index: 1;
  }

  .image-focused-slide-text .image-focused-slide-image img {
    width: 100%;
  }
}

.image-focused-slide-content {
  position: unset;
  z-index: 5;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-content {
    position: absolute;
    bottom: 0;
    left: var(--space-triple);
    height: var(--space-decagon);
    width: 50%;
  }
}

.image-focused-slide-content h2 {
  margin: 0 var(--space-double) var(--space-double) var(--space-double);
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-content h2 {
    margin: 0;
    font-weight: normal;
  }
}

.image-focused-slide-content h2::before {
  content: "";
}

.image-focused-slide-content img {
  /* important flag preserved verbatim from the Sass source. */
  display: inherit !important;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 500px) {
  .image-focused-slide-content img {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-content img {
    /* important flag preserved verbatim from the Sass source. */
    display: none !important;
  }
}

.image-focused-slide-content p {
  margin: var(--space-double);
}

@media only screen and (min-width: 769px) {
  .image-focused-slide-content p {
    margin: 0;
  }
}
