.carousel-container {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.carousel-image {
  height: 500px;
  padding: 10px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .carousel-image {
    height: 250px;
  }
}
