body{
  background-color: black;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-control-prev{
background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.7));
opacity: 1;
}
.carousel-control-prev:hover{
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.7));
opacity: 1;

}
.carousel-control-next{
background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.7));
opacity: 1;
}
.carousel-control-prev:next{
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.7));
opacity: 1;

}

.carousel-caption {
    position: relative;
    left: 7%;
    top: 85%;
    text-align: left;
}

.carousel-caption h1{
  font-size: 18px;
}
.carousel-caption p{
  font-size: 16px;
}

@media only screen and (max-height: 400px) {
  .carousel-caption {
      left: 7%;
      top: 75%;
  }

}
