
  /* Make video fill the slide */
  .carousel-inner .item .embed-responsive {
	width: 100%;
	height: 100%;
  }

  /* Optional: spacing around carousel */
  #videoCarousel {
	margin: 30px auto;
  }

  /* Carousel controls */
  .carousel-control.left, .carousel-control.right {
	background-image: none;
	color: #fff;
	font-size: 30px;
	width: 5%;
  }
  .carousel-control.left:hover, .carousel-control.right:hover {
	color: #555;
  }
