/**
 * HERO
 */

#mobile-hero-image {
	display: none;
}


/**
 * RESPONSIVENESS
 */

/* Mobile */
@media screen and (max-width: 768px) {
	#mobile-hero-image {
		display: block;
		height: 380px;
		background-image: url('/wp-content/uploads/2017/05/hero-mobile.png');
		background-size: cover;
		width: 100% !important;
		margin: 0px;
		padding: 0px;
	}
	#hero-section {
		padding-top: 0;
		padding-bottom: 0;
		height: auto;
	}
	.et_pb_row.et_pb_row_1 {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#hero-text-box.et_pb_column_1_2.et_pb_column_2 {
		background-color: #314154;
		text-align: center;
	}
	#hero-text-box.et_pb_column_1_2 p {
		text-align: center;
	}
}