.mainCarousel {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: contain;
}

.carousel-indicators {
    bottom: 8vh;
}

.carousel-caption-head {
    top: 20vh;
    left: 20vw;
    background-color: rgba(1, 1, 1, 0.9);
    position: absolute;
    z-index: 10;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
}

.carouselImg {
    margin: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}