.et_pb_mw_tile .tile {
	background:#fff;
	border: 1px solid #d8d8d8;
	color:#dde2eb;
	display:inline-block;
	position:relative;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	width:100%;
	overflow: hidden;
	max-height: 216px;
	    margin-bottom: 30px !important;
}

.et_pb_mw_tile .tile:hover {
	cursor:pointer;
}
.et_pb_mw_tile .tile img {
	 transition: all 1s ease-in-out !important;
	 width: 100%;
}

.et_pb_mw_tile .tile > span {
	margin: 0 auto;
    overflow: hidden;
    padding: 7px 12px !important;
    color: white;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    max-width: 90%;
    position: absolute;
    display: block;
    background: #69a5f2 !important;
    bottom: 20px;
    width: 100%;
     transition: all .8s ease-in-out !important;
         text-align: right !important;
    text-transform: uppercase;
    font-family: 'Arimo',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.2;
}

.et_pb_mw_tile .tile:hover > span {
	 bottom: 30px;
}

.et_pb_mw_tile .tile:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}