/*.carousel,*/
/*.item,*/
/*.active {*/
    /*height: 100vh;*/
/*}*/

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100vh !important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}