.spacer-slider {
  padding: 5px;
}

figure {
  position: relative;
  margin: 0px;
}

figure img {
  display: inline-block;
}

figcaption {
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 0;
  padding: 0;
  margin: 0;
}

.figure-caption {
  font-family: 'Nunito';
  text-align: center;
  height: 30px;
  line-height: 2;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
}

.partners {
  width: 100%;
  height: 100%;
  transition: all ease .5s;
  opacity: 0;
  background: rgba(254,209,54,.9);
}

@media (min-width: 300px) {
  .partners {
  }
}

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.partners {
}

