	
mySlides{
	display:none;
}	



.deem{
	-webkit-animation-name:nivhe;
	-webkit-animation-duration:1.5s;
	animation-name:nivhe;
	animation-duration:1.5s;
	
}

@-webkit-keyframes nivhe{
	from{opacity: 0}
	to {opacity: 1}
	
}

@keyframes nivhe{
	from{opacity: 0}
	to {opacity: 1}
}




.carousel-item {
	height: 70vh;
		
	}



@media screen and (max-width:575px){
  .carousel-item{
	  width:100%;
	  height:40vh;
	  }

}