.view{
    height: 100%;
}

.carousel{
    height: 50%;
}

.carousel .carousel-inner{
   height: 100%;
}

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

@media (max-width: 776px){
	.carousel{
		height: 100%;
	}

}