.et_pb_mw_tile{
	display:inline-block;
	padding:5px;
	position:relative;
	text-decoration:none;
	vertical-align:top;
	width:100%;
	overflow: hidden;
	transition: all .35s ease;
	background-size: cover;
}


.et_pb_mw_tile .tile:hover {
	cursor:pointer;
}

.et_pb_mw_tile:hover {
    transform: perspective(1px) scale(1.01);
    box-shadow:  0px 14px 65px -6px rgba(0,0,0,0.5);
}
.et_pb_mw_tile a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    }

.et_pb_mw_tile.square {
  position: relative;
  width: 100%;
}

.et_pb_mw_tile.square:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.footer{
    background: white;
    width: 100%;
    padding: 12px 10px 10px ;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.footer div{
	padding: 0 10px;
}
.footer h3{
    font-size: 16px;
    color: Black;
    padding-bottom: 0;
    line-height: 1.1
}
.footer p{
    color: #999;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    }
.footer .arrow img{
	 transition: all .35s ease-in-out !important;
}

.footer .arrow:hover img {
    transform: perspective(1px) scale(1.1);
 }