.custom-carousel-caption {
    position: absolute;
    bottom: 7%;
}

.custom-carousel-caption h1, .custom-carousel-caption p {
    color: #63c3ec;
}

.container-fluid.hero {
    height: 100vh !important;

    .carousel.slide {
        height: 100%;
    }
}

.carousel-inner.carousel-mobile {
    height: 100vh !important;

    img {
        height: 100%;
        width: 100vw !important;
    }

    .carousel-item {
        height: 100% !important;
    }
}

.secdashboard .bgimage {
    height: auto;
}