.spotlight-main-container {
  position: relative;
}

.slide {
  background-color: transparent;
  color: white;
  font-size: 3.5rem;
  position: absolute;
  top: 35%;
  z-index: 2;
  border: 0;
  cursor: pointer;
  transition: color .3s ease-in-out;
}

.slide:hover,
.slide:focus {
  color: rgba(140, 140, 140, 0.74);
  outline: none;
}

.slide--left {
  left: 2rem;
}

.slide--right {
  right: 2rem;
}

@media screen and (min-width: 1024px) {

  .spotlight-main-container {
    margin-top: -11rem;
    padding-top: 11rem;
    background: linear-gradient(to bottom, white, white 11rem, transparent 11rem, transparent 100%);
    overflow: hidden;
  }
}

.spotlight__content {
  position: relative;
}

.spotlight__title {
  font-size: 3rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.spotlight__title a {
  color: black;
}

.spotlight__title.small {
  font-size: 2.5rem;
}

.spotlight__info,
.spotlight__box {
  display: inline-block;
  float: left;
}

.spotlight__info {
  background-color: white;
  box-shadow: -2px 2px 31.5px rgba(0, 0, 0, 0.08);
  width: 70%;
  padding: 2rem 0 2rem 3rem;
  margin-top: -4rem;
  position: relative;
  z-index: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
}

.spotlight__info:hover {
  transform: scale(1.05);
}

.spotlight__info::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -6.5rem;
  bottom: 0;
  z-index: -1;
  background-color: white;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}

.spotlight__info .btn {
  font-size: 2rem;
}

.spotlight__info .detail-copy {
  display: none;
  margin-bottom: 0;
}

.spotlight__info--social-spotlight .detail-copy {
  margin-bottom: 0;
}

.spotlight__box {
  width: 100%;
  height: 80px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
}

.spotlight__content--main .spotlight__box {
  top: -15px;
}

.spotlight__box img {
  display: none;
}

@media (min-width: 670px) {

  .spotlight__title {
    margin-bottom: 0;
  }

  .spotlight__info .detail-copy {
    display: block;
  }

  .spotlight__box {
    width: 30%;
    height: 120px;
    position: relative;
  }

  .spotlight__content--social .spotlight__box {
    height: 200px;
  }

  .spotlight__box img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
  }

  .spotlight__box img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }


}

@media (min-width: 1024px) {

  .spotlight__info {
    width: 35%;
    padding: 2rem 3rem 2rem 5rem;
  }

  .spotlight__info::after {
    right: -5rem;
  }

  .spotlight__info--social-spotlight::after {
    right: -7rem;
  }

  .spotlight__box {
    width: 65%;
    height: 140px;
  }

  .spotlight__content--social .spotlight__box {
    height: 250px;
  }

  .spotlight__box img {
    display: inline-block;
    max-height: 120%;
    margin-top: -12rem;
    position: relative;
    z-index: 100;
  }

  .spotlight__content--main .spotlight__box img {
    max-height: 170%;
  }

  .spotlight__content--main .spotlight__info {
    min-height: 196px;
  }

  .spotlight__content--main .spotlight__box {
    height: 155px;
  }

  .spotlight__content--social .spotlight__box {
    height: 250px;
  }

  .spotlight__box img {
    max-height: 145%;
    margin-top: -14rem;
  }

  .spotlight__content--main .spotlight__box img {
    max-height: 185%;
  }
}

@media (min-width: 1500px) {

  .spotlight__content {
    max-width: 1300px;
    margin: 0 auto;
  }

  .spotlight__info {
    box-shadow: none;
  }

  .spotlight__info::after {
    left: -5rem;
    box-shadow: -2px 2px 31px 3px rgba(0, 0, 0, 0.08);
  }

  .spotlight__info--social-spotlight::after {
    left: -6rem;
  }

  .spotlight__box {
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
  }

  .spotlight__box img {
    transform: skew(20deg) scale(1);
    -webkit-transform: skew(20deg) scale(1);
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
  }

  .spotlight__box img:hover {
    transform: skew(20deg) scale(1.05);
    -webkit-transform: skew(20deg) scale(1.05);
  }
}

/*
* Slider styles
*/
.js-spotlight-slider {
  position: relative;
  height: 390px;
}

.spotlight__banner-container {
  height: 280px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

@media (min-width: 670px) {

  .js-spotlight-slider {
    height: 580px;
  }

  .spotlight__banner-container {
    height: 385px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {

  .js-spotlight-slider {
    height: 630px;
  }
}

@media (min-width: 1024px) {

  .js-spotlight-slider {
    height: 640px;
  }
}

@media (min-width: 1300px) {

  .js-spotlight-slider {
    height: 605px;
  }
}

@media (min-width: 1300px) {

  .spotlight__banner-container {
    height: 385px;
    overflow: hidden;
    width: 100vw;
    margin: 0 auto;
  }

  /** Force banner to center in view **/
  .spotlight__banner-container--social {
    margin-left: calc(-100vw / 2 + 1300px / 2) !important;
    margin-right: calc(-100vw / 2 + 1300px / 2) !important;
  }
}

.js-spotlight-slider > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}