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

.custom-carousel-caption h1 {
    font-size: 2.2rem;
    width: 80%;
}

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

.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: 30em !important;

    img {
        height: auto;
    }

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

/* Mobile S */
@media (max-width: 320px) {
    .custom-carousel-caption .row div {
        padding-bottom: 0.5rem;
    }

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

    .custom-carousel-caption p {
        font-size: 0.9rem;
    }

    .custom-carousel-caption a {
        padding: 0.4rem 0.7rem;
        font-size: 0.8rem;
    }
}