.slideshow_container#presenting-rcs .slideshow {
  margin-top: 0;
  padding: 0;
  min-height: 500px;
  max-width: none;
  max-height: 500px;
}

.slideshow_container#presenting-rcs .slides_container > .slide.white-slide {
  padding: 20px;
  min-height: 50px;
  background-color: transparent;
}

.slideshow_container#presenting-rcs .slides_container > .slide {
  min-height: 450px;
}

.slideshow_container#presenting-rcs .slides_container > .slide.blue-slide {
  padding: 20px 0 0;
  min-height: 50px;
  background-color: transparent;
  background-image: none;
  background-position: center 15%;
  background-clip: padding-box;
  background-size: contain;
  background-repeat: no-repeat;
}

.slideshow_container#presenting-rcs .slides_container > .slide#animation {
  background-image: none;
}

.slideshow_container#presenting-rcs .slides_container > .slide.slide-1 {
  min-height: 50px;
}

.slideshow_container#presenting-rcs .slideshow.slideshow-1 {
  min-height: 50px;
  max-height: none;
}

.slideshow_container#presenting-rcs .slides_container > .slide.blue-slide.animation-out {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.slideshow_container#presenting-rcs .slides_container > .slide#animation.animation-out {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

@media screen and (max-width: 1019px) {
  .slideshow_container#presenting-rcs .slideshow {
    min-height: 450px;
    max-height: 450px;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide.white-slide {
    min-height: 50px;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide.blue-slide {
    min-height: 50px;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide#top-space {
    padding-top: 50px;
  }

  .slideshow_container#presenting-rcs .slideshow.slideshow-1 {
    max-height: none;
  }
}

@media screen and (max-width: 850px) {
  .slideshow_container#presenting-rcs .slideshow {
    min-height: 425px;
    max-height: 425px;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide.white-slide {
    min-height: 5px;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide.blue-slide {
    min-height: 50px;
    background-position: left 15%;
    background-size: auto auto;
  }
}

@media screen and (max-width: 600px) {
  .slideshow_container#presenting-rcs .slides_container > .slide.blue-slide {
    min-height: 50px;
    background-position: 8% top;
    background-size: cover;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide.white-slide {
    min-height: 50px;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide#top-space {
    padding-top: 20px;
  }
}

@media screen and (max-width: 380px) {
  .slideshow_container#presenting-rcs .slides_container > .slide.blue-slide {
    min-height: 50px;
    max-height: none;
    background-position: 28% top;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide.white-slide {
    min-height: 50px;
  }
}

@media screen and (max-width: 270px) {
  .slideshow_container#presenting-rcs .slides_container > .slide.blue-slide {
    min-height: 50px;
    max-height: none;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide.white-slide {
    min-height: 50px;
  }

  .slideshow_container#presenting-rcs .slides_container > .slide#animation {
    padding-top: 1px;
  }
}.slide {
  display: none;
}
.slide.active {
  display: block;
}
