#MainCarouselIndicators{
/* background-color: #ffffffa8; */
}

#MainStatic{
    background-color: #ffffffa8;
    background-color: #fcf6c8;
    }
.carousel {
    position: relative;
    height: 597px !important;  
    overflow: hidden;
}

.carousel-item{
    background-size: 100% 100%;
    background-position: bottom;
    /* height: 600px !important; */
    min-height:597px;     
    background-position: center; 
}

.carousel-caption{   
    
        /* bottom: 20%; */
        /* left: 60%; */
        border-radius: 5px;
        right: 0%;
        bottom: 0%; 
        left: 0%;
        background-color: #000000e3;
        color: #fbfbfb;
        font-family: fantasy;
        /* letter-spacing: 1px;*/
        

}

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 767px) {
        
    .carousel {
        
        height: 300px !important;  
        
    }
    .carousel-item{
        
        min-height:300px;     

    }
    
}