#slide-controller {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #777;
}

section.parallax-section.first-section {
  margin-top: 0;
}
section.parallax-section.last-section {
  display: none;
}

section.parallax-section.parallax-controller {
  margin-top: 0;
  position: sticky;
  top: 20%;
}

.current-slide .slide-item {
  opacity: 1;
  box-shadow: none;
}

.slick-current.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.slider-tabs {
  width: 100%;
}

.slider-tabs .slick-list {
  padding-left: 0 !important
}

.slider-tabs .slick-track {
  width: 100% !important;
  transform: translateX(0) !important;
}

.slider-tabs .slick-slide {
  width: 33% !important;
}

.slider-tabs .slick-current .subtitle {
  opacity: 1;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 400;
}

.slick-arrow {
  display: none !important;
}

.show-for-small-only {
  display: block;
}
.show-for-large-only {
  display: none;
}

@media (min-width: 768px) {
  section.parallax-section {
    position: sticky;
    margin-top: 100vh;
    top: 20%;
    height: 60vh;
  }
  section.parallax-section.last-section {
    display: block;
    height: 1vh;
    margin-top: 150vh;
  }
  .slide-item {
    opacity: .3;
    box-shadow: 5px 5px 5px #333;
    z-index: 0;
  }
  .slider-tabs .subtitle {
    opacity: .4;
  }
  .show-for-small-only {
    display: none;
  }
  .show-for-large-only {
    display: block;
  }
}
