.carousel-caption {
	bottom: unset;
	top: 1.25rem;
	h2 {
		font-size: 40px;
		text-shadow: 1px 1px #000000;
	}
}
@media(max-width: 991px) {
	.carousel-caption {
		top: 1.25rem;
		h2 {
			font-size: 20px;
		}
	}
}
