.xm-post-tile a {
  display: block;
  position: relative;
}
.xm-post-tile a:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #152F4E;
  opacity: 0.7;
  transition: all ease-in-out 0.4s;
  box-sizing: border-box;
}
.xm-post-tile a figure {
  position: relative;
  overflow: hidden;
}
.xm-post-tile a figure img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.4s;
}
.xm-post-tile a .fallback {
  width: 100%;
  height: 66%;
  background: #EFEFEF;
  border: 2px solid #DEDEDE;
  color: #AAA;
  text-align: center;
  font-size: 40px;
  padding: 50px 0;
}
.xm-post-tile a .tile-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  padding: 0 30px;
}
.xm-post-tile a .tile-content h3 {
  font-family: var(--xm-font-family3);
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  color: #FFF;
  text-transform: uppercase;
}
.xm-post-tile a .tile-content .subhl {
  color: #CBA258;
}
.no-touchevents .xm-post-tile a:hover figure img {
  transform: scale(1.2);
}
