@media (min-width: 992px) {
	#element-action-section {
		height: 70vh;
		background-attachment: fixed;
	}
}
@media (max-width: 991.9px) {
	#element-action-section {
		height: 400px;
	}
	#element-action-section .section-content-wrap {
		padding: 20px;
	}
}
#element-action-section {
	position: relative;
	z-index: 50;
	background-image: url('../images/action-bg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
}
#element-action-section .section-overlay {
	background: #000000;
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;   
}
#element-action-section .section-content-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1000;
	text-align: center;
	/* vertical align >>> */ display:flex; flex-direction:column; justify-content: center;
}
#element-action-section .section-content {
	margin: 0 auto;
	color: #ffffff;
}


#element-action-section .section-content h2 {
	font-size: 2.2em;
	margin-bottom: 15px;
}
#element-action-section .section-content p {
	font-weight: bold;
}


#element-action-section .section-content a {
	margin-top: 15px;
	background: rgba(75, 109, 148,0.6);
	border: 3px solid #4b6d94;
}
#element-action-section .section-content a:hover {
	background: #4b6d94;
}



