.slide {
	background-repeat: no-repeat!important;
	background-size: cover!important;
	min-height: 750px;
	position: relative;
	color: white;
	transition: background 0.6s ease-in-out;
	display:inline-table;
	width:100%;
} /* #my-div */

.filter { /* Optional filter for text overlay */
position: absolute;
    width: 100%;
/*	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 0 2em;*/
} /* .filter */

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

.slide {
	min-height: 350px;
}	
}
