.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/AMSC-Summer-Enrollment-nt.jpg") no-repeat center;
  background-size: cover;
}

.carousel-item:nth-child(2) {
  background: url("../../images/home-hero-image-3.jpg") no-repeat center;
  background-size: cover;
}

.carousel-item:nth-child(3) {
 background: url("../../images/home-hero-image-4.jpg") no-repeat center;
  background-size: cover;
}

.carousel-item:nth-child(4) {
 background: url("../../images/home-hero-image-1.jpg") no-repeat center;
  background-size: cover;
}
 


 

 