#slider-wrapper {
	position: relative;
}
.main-title {
	position: absolute;
	z-index: 10000;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
}
.main-title h3{
	font-family: serif;
	font-size: 64px;
	line-height: 70px;
	text-shadow: 5px 5px 12px #000, -5px -5px 12px #000, -5px 5px 12px #000, 5px -5px 12px #000;
}
.main-title p{
	font-family: serif;
	text-shadow: 5px 5px 12px #000, -5px -5px 12px #000, -5px 5px 12px #000, 5px -5px 12px #000;
	font-size: 36px;
	line-height: 44px;
}
@media (max-width: 992px) {
	.main-title h3 {
		font-size: 40px;
		line-height: 48px;
	}
	.main-title p{
		font-size: 24px;
		line-height: 32px;
	}
}
.text-underline {
	text-decoration: underline;
}
