.xm-brand-tile,
.xm-store-tile {
  /* 
	.touchevents .owl-carousel & {

		img.xm-lazyload:not(.xm-loaded) {
			height: 0 !important;

			// Fix safari lazyload height issue
			// Especially for owl-slider
			&::before {
				content: '';
				display: block;
				width: 100%;
				padding-top: 66.66%; // Format 3:2
			}
		}

	}
    */
}
.xm-brand-tile.unlisted,
.xm-store-tile.unlisted {
  background: rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border: 5px solid transparent;
  padding: 50px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.xm-brand-tile.unlisted h3,
.xm-store-tile.unlisted h3 {
  font-family: var(--xm-font-family3);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  text-transform: uppercase;
}
.xm-brand-tile .distance,
.xm-store-tile .distance {
  display: inline-block;
  color: #FFF;
  font-size: 0.85rem;
}
.xm-brand-tile .distance:before,
.xm-store-tile .distance:before {
  content: " - ";
  display: inline-block;
  margin: 0 5px;
}
.xm-brand-tile a,
.xm-store-tile a {
  display: block;
  position: relative;
}
.xm-brand-tile a:after,
.xm-store-tile a:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  transition: all ease-in-out 0.4s;
  box-sizing: border-box;
  border: 5px solid transparent;
}
.xm-brand-tile a figure,
.xm-store-tile a figure {
  position: relative;
  overflow: hidden;
}
.xm-brand-tile a figure img,
.xm-store-tile a figure img {
  width: 100%;
  height: auto;
}
.xm-brand-tile a figure:after,
.xm-store-tile a figure:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid transparent;
  transition: all ease-in-out 0.4s;
}
.xm-brand-tile a .fallback,
.xm-store-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-brand-tile a .col_left,
.xm-store-tile a .col_left {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.xm-brand-tile a .col_right,
.xm-store-tile a .col_right {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.xm-brand-tile a .tile-content,
.xm-store-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-brand-tile a .tile-content h3,
.xm-store-tile a .tile-content h3 {
  font-family: var(--xm-font-family3);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  color: #FFF;
  text-transform: uppercase;
}
.xm-brand-tile a .tile-content .city,
.xm-store-tile a .tile-content .city,
.xm-brand-tile a .tile-content .subhl,
.xm-store-tile a .tile-content .subhl {
  color: var(--xm-yellow);
  text-transform: capitalize;
  display: inline-block;
}
.no-touchevents .xm-brand-tile a:hover:after,
.no-touchevents .xm-store-tile a:hover:after {
  transform: scale(0.9);
  background: rgba(0, 0, 0, 0.4);
  border: 5px solid #FFF;
}
.no-touchevents .xm-brand-tile a:hover figure img,
.no-touchevents .xm-store-tile a:hover figure img {
  transform: scale(1.2);
}
