body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

.h-100 {
	height: 100%!important;
}

.carousel, .carousel-inner, .carousel-item, .carousel-item img {
	width: 100%!important;
	height: 100%!important;
}

.carousel-caption {
	width: 100%!important;
	background: rgba(0, 0, 0, 0.7);
	left: 0%;
	right: 0%;
	bottom: 0%;
	font-size: 50px;
}