/* .carousel .item {
  background-size: cover;
  background-position: 50% 45%;
  height: 80vh !important;
} */

@media (max-aspect-ratio: 16/9) {
    .carousel .item {
        background-size: cover;
        background-position: 50% 40%;
        height: 80vh !important;
    }
}
@media (aspect-ratio: 4/3) {
    .carousel .item {
        background-size: cover;
        background-position: 50% 40%;
        height: 70vh !important;
    }
}
@media (max-aspect-ratio: 1366/1024) {
    .carousel .item {
        background-size: cover;
        background-position: 50% 40%;
        height: 70vh !important;
    }
}
@media (max-aspect-ratio: 1024/1366) {
    .carousel .item {
        background-size: cover;
        background-position: 50% 40%;
        height: 40vh !important;
    }
}
@media (max-width:992px) {
    .carousel-control {
        font-size: 4em !important;
    }
}
.carousel .item {
    background-size: cover;
    background-position: center;
    max-height: 800px;
}
.carousel .item img {
    max-width: 100%;
}
.carousel-control {
    font-size: 8em;
    top: 40%;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}