.et_pb_mw_tile .tile {
	display:flex;
	position:relative;
	text-align:center;
	text-decoration:none;
	width: 100%;
	height: 216px;
	margin-bottom: 0 !important;
}
.et_pb_mw_tile .tile.tile_right {
	flex-direction: row;
}
.et_pb_mw_tile .tile.tile_left {
	flex-direction: row-reverse;
}
.et_pb_mw_tile .tile.tile_full {
	flex-direction: column;
	justify-content: center;
}

.et_pb_mw_tile .tile:hover {
	cursor:pointer;
}
#et_builder_outer_content .et_pb_mw_tile .tile .image {
    transition: all 1s ease-in-out !important;
    width: 100%;
    background-position: center center !important;
    opacity: .8;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#et_builder_outer_content .et_pb_mw_tile .tile .info {
    display: flex;
    bottom: 0px;
    width: 100%;
    transition: all .8s ease-in-out !important;
    color: white !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#et_builder_outer_content .et_pb_mw_tile .tile .info h3{
	display: block;
	font-size: .9em;
	text-align: center;
	padding: 10px;
}
#et_builder_outer_content .et_pb_mw_tile .tile .info p{
	display: block;
	font-size: .7em;
}


#et_builder_outer_content .et_pb_mw_tile.contact_tile .tile .info {
	color: #222 !important;
}