.slide-content {
	position: relative;
}

.slide-content img {
	width: 100%;
}
.slide-content .overlay {
	position: absolute;
	top: 0;
	padding: 45px;
	display: block;
	background: #00000020;
	width: 100%;
	height: 100%;
}
.banner-title {
	max-width: 902px;
	position: absolute;
	top: 0;
	padding: 45px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	align-content: center;
	align-items: flex-start;
	justify-content: center;
}

.banner-title h1 {
	color: #fff;
	font-size: 63px;
}

.banner-title p {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.slide-content img {
	height: 100vh;
	object-fit: cover;
}
	.banner-title {
	padding: 20px;

}
}