.carousel-player .player-tile {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%; }

.carousel-player .player-tile-figure {
  position: relative; }
  .carousel-player .player-tile-figure .player-link-url {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1; }

.carousel-player .player-tile-image {
  position: relative; }

.carousel-player .player-tile-caption {
  background-color: #fff;
  padding: 6.5px 0 8px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 194px;
  margin: 0 auto;
  text-align: center;
  font-family: "ITC Avant Garde Gothic Std";
  box-shadow: 0 1px 5px #0000001a; }
  .carousel-player .player-tile-caption span {
    font-family: "ITC Avant Garde Gothic Std Book";
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000; }
  .carousel-player .player-tile-caption strong {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000; }

/*# sourceMappingURL=TECPlayerTitle.css.map*/