.carousel {
  border: 1px solid #333;
  height: 256px;
  padding:0 0 0 2px;
  width: 100%;
}
.carousel h1, h2, h3, h4, h5, p, ul, li, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.carousel li, 
.carousel > div > div {
  color: #fff;
  padding:2px 0 2px 2px;
}

.carousel ul li:nth-child(even), 
.carousel > div > div:nth-child(even) {
  color:#666;
}
.carousel span {
  background: #fff;
  display: block;
  height: 250px;
  line-height: 300px;
  text-align: center;

}


 .img_carou {
 	display: block;
max-height:100%;
height: 100%;
width:auto;
object-fit: cover;
} 

/*.img_carou:hover {
  transform: scale(2);
}*/