#et_builder_outer_content .et_pb_tile .tile {
  background: #fff;
  border: 2px solid #dde2eb;
  color: #dde2eb;
  display: block;
  padding: 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
  overflow: hidden; }

#et_builder_outer_content .et_pb_tile .tile h2 {
  background: white;
  display: block;
  z-index: 10;
  position: relative; }

#et_builder_outer_content .et_pb_tile .tile:hover {
  cursor: pointer; }

#et_builder_outer_content .et_pb_tile .tile img {
  transition: all 1s ease-in-out !important;
  display: block; }

#et_builder_outer_content .et_pb_tile .tile:hover > span {
  background: rgba(0, 0, 0, 0.9) !important; }

#et_builder_outer_content .et_pb_tile .tile:hover img {
  transform: scale(1.1); }

#et_builder_outer_content .et_pb_tile .img_wrap {
  overflow: hidden; }
