.hover-cta h2 {
	display: block;
}

.hover-cta p {
	display: none;
}

.hover-cta:hover p {
	display: block;
}

.hover-cta:hover h2 {
	display: none;
}

.hover-cta .et_pb_button_wrapper {
	position: absolute;
	bottom: 4em;
	left: 0;
	right: 0;
}


/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	
	.hover-cta h2, .hover-cta p {
		display: block;
	}
	.hover-cta .et_pb_button_wrapper {
		position: relative !important;
		bottom: auto;
	}
	
	div.testimonial div.et_pb_slide_description h4 {
		font-size: 18px !important;
	}
	
	div.testimonial div.et_pb_slide_description h3 {
		font-size: 25px !important;
		}
	
	div.testimonial div.et_pb_slide_description {
		 padding-top: 50px !important; 
	}
}

