.carousel {
	margin-top: -2rem;
	margin-bottom: 4rem;
}
.carousel .carousel-item {
	position: relative;
	height: 100vh;
	max-height: calc(100vh - 188px + 1rem);
}
.carousel .carousel-item .img-fluid {
	position: absolute;
	top: 0;
	left: 50%;
	height: auto;
	min-width: 100%;
	max-width: 150%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.carousel .carousel-item .carousel-caption {
	position: absolute;
	z-index: 10;
	left: 10%;
	right: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 480px;
	text-align: left;
	padding: 0.5rem;
	border-radius: 1rem;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0.25);
	        box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0.25);
}
.carousel .carousel-item .carousel-caption.left {
	left: 10%;
	right: auto;
}
.carousel .carousel-item .carousel-caption.center {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.carousel .carousel-item .carousel-caption.right {
	left: auto;
	right: 10%;
}
.carousel .carousel-item .carousel-caption p {
	color: #252525;
	font-size: 1.25rem;
	line-height: 1.4;
}
.carousel .carousel-item .carousel-caption h1 {
	margin: 0;
	color: #005380;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}
@media (max-width: 991.98px) {
	.carousel {
		margin-top: -0.25rem;
	}
	.carousel .carousel-item {
		max-height: calc(100vh - 260px + 0.25rem);
	}
	.carousel .carousel-item .carousel-caption h1 {
		font-size: 52px;
	}
	.carousel .carousel-item .carousel-caption h2 {
		font-size: 38px;
	}
}
@media (max-width: 767.98px) {
	.carousel {
		margin-top: 0;
		margin-bottom: 2.5rem;
	}
	.carousel .carousel-item {
		max-height: calc(100vh - 400px);
	}
	.carousel .carousel-item .carousel-caption h1 {
		font-size: 46px;
	}
	.carousel .carousel-item .carousel-caption h2 {
		font-size: 32px;
	}
	.carousel .carousel-indicators {
		bottom: -1.25rem;
	}
}
@media (max-width: 575.98px) {
	.carousel .carousel-indicators {
		bottom: 0;
	}
	.carousel .carousel-item {
		max-height: calc(100vh - 300px);
	}
	.carousel .carousel-item .img-fluid {
		max-width: 200%;
	}
	.carousel .carousel-item .carousel-caption {
		min-width: 280px;
	}
	.carousel .carousel-item .carousel-caption h1 {
		margin: 0;
		font-size: 28px;
	}
	.carousel .carousel-item .carousel-caption h2 {
		margin-top: 0;
		font-size: 26px;
	}
	.carousel .carousel-item .carousel-caption p {
		font-size: 1.15rem;
		line-height: 1.2;
	}
}