.ce-location--image-container {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
}
.ext-locations--container-teaser--ticker {
  overflow: hidden;
}
.ext-locations--container-teaser--ticker .ticker-move {
  display: flex;
}
.ext-locations--container-teaser--ticker .ticker-move .teaser--ticker {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
@keyframes tickerh {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-move {
  animation: tickerh linear 15s infinite;
}
.ticker-move:hover {
  animation-play-state: paused;
}
/*# sourceMappingURL=styles.css.map */