@media only screen and (min-width : 576px) {
    .carousel {
        background-color: rgba(0,0,0, 0.5);
    }

	.carousel-inner {
        height: 850px;
   }

   .carousel-item img {
       width:100%;
   }

   .carousel-indicators {

   }

   .carousel-indicators li {
        width: 0.5em;
        height: 0.5em;
		border-radius: 100%;
		background-color: #ffffff;
   }

   .carousel-control {
        /* width: 50px; */
   }

   .carousel-indicators .active{
	   background-color: #97BD46;
   }
}