html, body, .container-fluid, .carousel {
    height: 100%;
}

.carousel .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.v-center {
    min-height: 100%;
    min-height: 100vh;
  
	display: flex;
	align-items: center;
}