
.carousel-control-next-icon {
    margin-left: 70%;
}
.carousel-control-prev-icon{
  margin-right: 70%;
}

.carousel-text{
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #3279fa;
  position: absolute;
  z-index:999;
  bottom:14vh;
  left:0;
  right:0;
}

.carousel-img{
  width: 100vw;
  height: 65vh;
  position: relative;
  font-weight: lighter;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.6;
  position:absolute
}
.carousel-img-container{
  width: 100vw;
  height: 65vh;
  background: #3279fa;
}