.carousel-item {
  height: 50vh !important;
}

.carousel a {
  background-color: transparent !important;
}

.carousel-item > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 100%;
    width: 100%;
}
