#carousel-home .carousel-item a {
  width: 100%;
  display: block;
  max-width: 1260px;
  margin: auto;
}
@media(max-width: 600px) {
  #carousel-home {
    min-height: 50vw;
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 100%;
  max-width: 50px;
}

.custom-controls {
  /*font-size: 45px;*/
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  transition: all .3s;
  /*opacity: .3;*/
}

.custom-controls .material-icons{
  font-size: 40px;
}


.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}


.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}