.paragraph--type-carousel-slide.paragraph--view-mode-nested {
  position: relative;
  padding: 0;
}

  .paragraph--type-carousel-slide.paragraph--view-mode-nested .field--name-field-carousel-slide-image {
    overflow: hidden;
  }

  .paragraph--type-carousel-slide.paragraph--view-mode-nested .field--name-field-carousel-slide-image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(14, 14, 14, 0.75);
    z-index: 1;
  }

  .paragraph--type-carousel-slide.paragraph--view-mode-nested .field--name-field-carousel-slide-image img {
    width: unset;
    max-width: unset;
    height: 590px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  @media (min-width: 1220px) {
    .paragraph--type-carousel-slide.paragraph--view-mode-nested .field--name-field-carousel-slide-image img {
      width: 100%;
      max-width: 100%;
      height: auto;
    }
  }

  .paragraph--type-carousel-slide.paragraph--view-mode-nested .position-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

    .paragraph--type-carousel-slide.paragraph--view-mode-nested .text-wrap {
      width: 100%;
      margin-bottom: 60px;
      position: relative;
      z-index: 2;
    }
    @media (min-width: 768px) {
      .paragraph--type-carousel-slide.paragraph--view-mode-nested .text-wrap {
        width: 50%;
      }      
    }
    @media (min-width: 1220px) {
      .paragraph--type-carousel-slide.paragraph--view-mode-nested .text-wrap {
        margin-bottom: 40px;
      }      
    }

      .paragraph--type-carousel-slide.paragraph--view-mode-nested h3 {
        color: #69d2f2;
        font-family: mrs-eaves-xl-serif, serif;
        font-weight: 400;
        font-size: 45px;
        line-height: 0.94;
        font-style: normal;
        margin-bottom: 22px;
      }
      @media (min-width: 1220px) {
        .paragraph--type-carousel-slide.paragraph--view-mode-nested h3 {
          font-size: 80px;
          margin-bottom: 32px;
          line-height: 0.9;
        }
      }

        .paragraph--type-carousel-slide.paragraph--view-mode-nested h3 a {
          color: #69d2f2;
        }
        .paragraph--type-carousel-slide.paragraph--view-mode-nested h3 a:hover,
        .paragraph--type-carousel-slide.paragraph--view-mode-nested h3 a:focus {
          color: #019ddf;
        }

      .paragraph--type-carousel-slide.paragraph--view-mode-nested .field--name-field-carousel-slide-text p {
        color: #fff;
        font-family: roboto, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
      }
      @media (min-width: 1220px) {
        .paragraph--type-carousel-slide.paragraph--view-mode-nested .field--name-field-carousel-slide-text p {
          font-size: 25px;
          line-height: 1.36;
        }
      }

      .paragraph--type-carousel-slide.paragraph--view-mode-nested .more-link {
        margin-top: 18px;
        text-align: left;
      }
      @media (min-width: 1220px) {
        .paragraph--type-carousel-slide.paragraph--view-mode-nested .more-link {
          margin-top: 26px;
        }
      }
