#slider-animation{
    max-height: 550px;
    text-shadow: 0px 0px 10px #000000;
    font-size: 25px;
    font-weight: 800;
}
.heading-box h2{ width:100%; color: red;}
#slider-animation h2{font-size: 40px;}
#slider-animation h2, #slider-animation p{color:#fff;}
.carousel-item img{width:100%;}
.text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #000;
	transform: translateY(-50%);
}

@media(max-width:991px){
    
    #slider-animation{
        font-size: 10px;
        font-weight: 500;
    }
    #slider-animation h2{font-size: 10px;}
    .carousel-wow-img{ display:none; }
}