.ee-slides {
  position: relative;
  z-index: 100;
}
.ee-slides .slide-container {
  height: 100%;
  overflow: hidden;
}
.ee-slides .slide-text-container {
  width: 100%;
  z-index: 1000;
}
.ee-slides .text-right-top {
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 0.5;
  padding: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (max-width: 767px) {
  .ee-slides .single-slide {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .ee-slides .text-right-top {
    font-size: 25px;
  }
}
@media (min-width: 900px) {
  .ee-slides .text-right-top {
    top: 0;
    right: 0;
    font-size: 40px;
    padding: 45px;
    -webkit-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    right: 5px;
    left: unset;
  }
  .ee-slides #text-right-large {
    display: block;
  }
  .ee-slides #text-right-small {
    display: none;
  }
}
@media (max-width: 899px) {
  .ee-slides .slide-text-container {
    max-width: 100% !important;
    min-height: auto !important;
  }
  .ee-slides .slide-content-container {
    position: inherit !important;
    left: auto !important;
  }
  .ee-slides #text-right-large {
    display: none;
  }
  .ee-slides #text-right-small {
    display: block;
  }
}
.ee-slides-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100% !important;
}
.ee-slides-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ee-slides-video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ee-slides .slide-text {
  font-size: 16px;
}
@media (min-width: 992px) {
  .ee-slides .slide-text {
    font-size: 18px;
  }
}
.ee-slides .slide-text,
.ee-slides .slick-list {
  overflow: hidden;
}
.ee-slides .slide-index-container {
  height: 10px;
  display: flex;
}
.ee-slides .slide-content-container {
  position: relative;
  left: -25px;
}
.ee-slides .slide-index-step {
  flex-grow: 1;
}
.ee-slides .slide-index-step-inner {
  height: 100%;
}
.slide-text-container .slick-track {
  display: flex;
}
.ee-slides .single-slide {
  width: 100%;
  /*float: left; */
  padding: 20px;
}
.ee-slides.slides-no-text-margin .single-slide .slide-title {
  margin-bottom: 0;
}
.ee-slides .single-slide .slide-title.font-size-40 {
  font-size: 26px;
}
.ee-slides .single-slide .slide-title.font-size-50 {
  font-size: 40px;
}
.ee-slides .single-slide .slide-title.font-size-60 {
  font-size: 50px;
}
.ee-slides.slides-no-text-margin .single-slide .slide-text {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .ee-slides.block-shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .ee-slides.text-block-inside,
  .ee-slides.text-block-border {
    padding-bottom: 0;
  }
  .ee-slides .slide-text-container {
    bottom: -50px;
    left: 152px;
    position: absolute;
  }
  .ee-slides.text-block-inside .slide-text-container {
    bottom: 50px;
  }
  .ee-slides.text-block-border .slide-text-container {
    bottom: 0;
  }
  .ee-slides .single-slide {
    width: 100%;
    /*float: left; */
    padding: 40px;
  }
  .ee-slides .single-slide .slide-title.font-size-40 {
    font-size: 40px;
  }
  .ee-slides .single-slide .slide-title.font-size-50 {
    font-size: 50px;
  }
  .ee-slides .single-slide .slide-title.font-size-60 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .ee-slides-button-links .text-nm-lg {
    font-size: 16px;
  }
}
.ee-slide-button-includes-notice {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .ee-slide-button-includes-notice {
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
.ee-slide-button-notice {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 425px) {
  .ee-slide-button-notice {
    top: 100%;
    right: 0.5rem;
    position: absolute;
    transform: translate(90%, -85%) rotate(-5deg);
  }
}
.ee-slide-button-notice__graphic-wrap {
  display: inline-block;
  transform: translate(40%, -45%) rotate(65deg) rotateX(180deg);
  transform-origin: left;
  font-size: 30px;
}
@media (min-width: 425px) {
  .ee-slide-button-notice__graphic-wrap {
    transform: rotate(55deg);
    display: block;
  }
}
@media (min-width: 992px) {
  .ee-slide-button-notice__graphic-wrap {
    display: inline-block;
    transform: rotate(0deg);
    margin-bottom: 0;
  }
  .ee-slide-button-notice {
    font-size: 32px;
    top: 0;
    right: 2rem;
    transform: translate(100%, -85%) rotate(-5deg);
  }
}
