html, body {
    height: 100%;
}

.carousel-img {
    background-color:rgb(0, 0, 0);
    height:100%;
    min-height:300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-h100, .carousel-h100 .carousel-item, .carousel-h100 .carousel-inner {
    height:100%;
}

.fullHeight {
    height:100%;
}
