.custom-carousel-caption {
    bottom: 1%;
}

.custom-carousel-caption h1 {
    font-size: 3.3rem;
}

.custom-carousel-caption p {
    font-size: 1rem;
    width: 75%;
}

.custom-carousel-caption a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.container-fluid.hero {
    height: auto !important;

    .carousel.slide {
        height: auto;
    }
}

.carousel-inner.carousel-mobile {
    height: 40em !important;

    img {
        height: auto;
    }

    .carousel-item {
        height: 40em !important;
    }
}