


#myCarousel .carousel-caption {
  color: #ffffff;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: -20px;
}

#myCarousel .overlay-title {
  font-size: .9em;
  line-height: 1.4em;
  margin-bottom: 2px;
  color: #ffffff;
  padding: 4px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 4px;
  /*transform: translate(-50%, -10px);*/
}

#myCarousel .carousel-control-prev {}
@media (min-width: 0px) {
  #myCarousel .carousel-control-prev {
    margin-left: 10px;
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 768px) {
  #myCarousel .carousel-control-prev {
    margin-left: -20px;
    top: 40%;
    bottom: 50%;
  }
}
#myCarousel .carousel-control-next {}
@media (min-width: 0px) {
  #myCarousel .carousel-control-next {
    margin-right: 10px;
    top: 50%;
    bottom: 50%;
  }
}
@media (min-width: 768px) {
  #myCarousel .carousel-control-next {
    margin-right: -20px;
    top: 40%;
    bottom: 50%;
  }
}

