.slide {
	position: relative;
	width: 100%;
}
.slide-img {
	position: relative;
	z-index: 10;
}
.slide-overlay {
	position: absolute;
	top: 30%;
	left: 30%;
	z-index: 11;
	max-width: 580px;
	background-color: rgba( 116, 191, 198, 0.8 );
	padding: 40px;
}
.slide-heading {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Poly', serif;
}
.slide-buttons {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	text-align: center;
	margin-top: -25px;
}
.slide-button {
	display: inline-block;
}
.slide-button .z-button {
	background-color: #6192dc !important;
	color: #FFFFFF !important;
	font-family: 'Poly', serif;
	font-weight: normal;
	border-radius: 5px;
	padding: 1em 1.5em !important;
}

@media screen and (max-width: 1362px) {
.slide-overlay {
	left:31%; padding:30px;
	max-width:400px;
}
.slide-heading{ font-size:25px !important;}

}

@media screen and (max-width: 992px) {
	.slide-img {
		position: static;
		width: 100%;
	}
	.slide-img img {
		width: 100% !important;
	}
	.slide-overlay {
		position: static;
		top: auto;
		left: auto;
		max-width: 100%;
	}
	.slide-buttons {
		position: static;
		top: auto;
		right: auto;
		left: auto;
		margin-top: auto;
	}
}

@media screen and (max-width: 767px) {
	.slide-button {
		display: block;
		margin-bottom: 10px;
	}
	.slide-button .z-button {
		width: 320px;
		max-width: 100%;
	}
}

@media screen and (max-width: 479px) {

}
