#myCarousel {
height: 500px;
width: 100%;
& .carousel-inner {
height: 100%;
width: 100%;
& .item {
height: 100%;
width: 100%;
& img {
height: 100px;
width: auto;
}
}
}
}