.carousel-text {
    color:#FFFFFF;
	text-shadow: 1px 1px #000000;
	line-height: 25px;
	text-align: left;
	padding-left: 10%;
	width: 50%;
}

.carousel-text h1 {
 color: #EBD728;
 font-size: 4vh;
 font-weight: bold;
}

#myCarousel {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow:hidden;
}

.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
 }
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
