.carousel-item {
  height: 580px;
}

.carousel-caption {
  padding-right: 15%;
  padding-left: 15%;
  z-index: 0;
}

.carousel-caption-middle-right {
	top: 200px;
	right:0px;
}

@media (min-width: 1200px) {
	.carousel-caption-middle-right {
		top: 200px;
		right:200px;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	}
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /*height: 32rem;*/
  background-color: #777;			
}

.carousel-item:first-child {
   background: url("../../images/homepage-slide/jimmy-carter.jpg") no-repeat center;
  background-size: cover;
		
}


.carousel-item:nth-child(2) {
  background: url("../../images/homepage-slide/amsc-commercial.jpg") no-repeat center;
  background-size: cover;
	
}

.carousel-item:nth-child(3) {
  background: url("../../images/homepage-slide/vincent-fort.jpg") no-repeat center;
  background-size: cover;
	
}

.carousel-item:nth-child(4) {
  background: url("../../images/homepage-slide/dr-todd-congratulations.png") no-repeat center;
  background-size: cover;
	
}

.carousel-item:nth-child(5) {
  background: url("../../images/homepage-slide/welcome-mascot-flame.jpg") no-repeat center;
  background-size: cover;
	
}
.carousel-item:nth-child(6) {
  background: url("../../images/homepage-slide/50th-open-hand.jpg") no-repeat center;
  background-size: cover;
	
}
