#carousel-example-2 .carousel-inner .carousel-item > div > img {
	height: auto;
	object-fit: cover;
}
.carousel-caption {
  position: absolute;
  right: 0% !important;
  top: 18% ;
  bottom: unset !important;
  left:0% !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 30px;
  text-align: justify !important;
  width:990px;
  margin:auto;
}
.carousel-caption h3 {
  color:#fff !important;
  text-align: center;
padding-top: 400px;
}
.vh-100 {height: 100vh;}
p.p-responsive a {color:#fff;}