 .carousel .carousel-indicators li {
    border: 1px solid #ff7152;
    border-radius: 0;
    transform: rotate(45deg);
    background-color:#fff;
    margin-right: 2px;
    margin-left: 2px;
}
.carousel .carousel-indicators li.active {
    background-color: #ff7152;
}
.carousel .carousel-indicators {
    bottom: 20px;
    bottom: -20px;
}
.carousel .carousel-caption {
    right: 20%;
    left: 20%;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.carousel .carousel-caption p {
    color: #767676;
    font-size: 12px;
}

.carousel .carousel-caption p,
.carousel .carousel-caption h3 {
    text-shadow: none;
}

.carousel .carousel-caption-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height:100%;
}

.carousel .carousel-control {
  background: none;
}

@media (min-width: 992px) { 
   .carousel .carousel-caption p {
      font-size: 20px;
   }
}