.paragraph--type--slider-item {
  display: flex;
}
.paragraph--type--slider-item .media {
  position: inherit !important;
}
.paragraph--type--slider-item .slider__item-responsive-sizer {
  padding-bottom: 80%;
  flex: 1 0 0px;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .paragraph--type--slider-item .slider__item-responsive-sizer {
    padding-bottom: 47%;
  }
}
.paragraph--type--slider-item .slider__item-responsive-content {
  margin-left: -100%;
  flex: 1 0 0;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.paragraph--type--slider-item .slider__item-text {
  z-index: 2;
  position: relative;
  align-self: flex-end;
  margin-left: 0;
  margin-right: calc((100vw - var(--content-wrapper)) / 2);
  margin-bottom: calc((100vw - var(--content-wrapper)) / 4);
  color: white!important;
  background: rgba(90, 145, 48, 0.8);
  padding: 1rem 1rem 0;
}
.paragraph--type--slider-item .slider__item-image {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
}
.paragraph--type--slider-item .slider__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.paragraph--type--slider-item .slider__item-link {
  display: none;
}
