@media only screen and (min-width : 576px) {
    .carousel {
        background-color: #333;
        z-index: 999;
    }

	.carousel-inner {
        max-height: 620px;
   }

   .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: #538E1A;
   }
}