.gallery-container{
	overflow:hidden;
	width:100%;
        height: 800px;
	vertical-align: middle;
}

.gallery-container > .et_pb_gallery {
	height: 100% !important;
	width:auto !important;
	vertical-align: middle;
}

.et_pb_gallery >  div{
	height: 100% !important;
	width:auto !important;
	vertical-align: middle;
}

/*
.et_pb_gallery_fullwidth .et_pb_gallery_item, .et_pb_gallery_fullwidth .et_pb_gallery_image img {
    height: 100%;
    width: 100%;

*/

.gallery-container .et_pb_promo {
    	z-index: 900;
    	top: 50%;
    	position: absolute;
    	margin: 0px 0px 0px 2em;
}

.et-pb-slider-arrows {
	display: none;
}

.gallery-container .et_pb_promo {
	background: rgba(0, 0, 0, 0.3);
	padding: 1em;
}

.et_pb_promo h2{
	color: white;
}

.et_pb_promo h3{
	color: white;
}

.et_pb_promo .et_pb_promo_button {
	background: #FDC76B;
	color: rgb(70, 70, 70) !important;
	font: 20px univia_problack;
}

.et_pb_promo .et_pb_promo_button:hover {
	background: #5348EE;
	color: white !important;
	
}



@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	.gallery-container {
		height:400px;
	}
	.et_pb_gallery >  div{
		width: 100% !important;
		height:auto !important
	}
}

.et_pb_image {
	margin: 1em !important;

}

