.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-video {
  position: relative;
  min-height: 253px; }
  .carousel-player .player-tile-video .tec-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .carousel-player .player-tile-video .btn-play-video {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-indent: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2; }
    .carousel-player .player-tile-video .btn-play-video .svg-icon:hover .icon-play {
      display: flex !important; }
    .carousel-player .player-tile-video .btn-play-video .svg-icon:hover svg {
      display: none; }
    .carousel-player .player-tile-video .btn-play-video .svg-icon .icon-play {
      display: none;
      width: 140px;
      height: 140px;
      background: #E4032C;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px; }
      .carousel-player .player-tile-video .btn-play-video .svg-icon .icon-play:before {
        font-size: 90px;
        color: #fff; }
    .carousel-player .player-tile-video .btn-play-video svg {
      width: 140px;
      height: 140px; }
      @media (max-width: 768.98px) {
        .carousel-player .player-tile-video .btn-play-video svg {
          width: 100px;
          height: 100px; } }
  .carousel-player .player-tile-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.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;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 59.1px;
  z-index: 3; }
  .carousel-player .player-tile-caption .player-tile-infos {
    overflow-wrap: anywhere; }
  .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: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000; }

.bg-popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  display: none; }

.popup-tile-video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99991;
  background-color: #fff;
  width: 660px;
  height: 415px;
  padding: 0;
  margin-left: -330px;
  display: none;
  transform: translateY(-48%); }
  @media (max-width: 768.98px) {
    .popup-tile-video {
      width: 100%;
      height: 415px;
      left: 0;
      margin-left: 0;
      transform: translateY(-46%); } }
  .popup-tile-video .header-popup {
    background-color: var(--skin-banner-background-color-4);
    color: #27326f;
    text-align: center;
    min-height: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: -39px;
    left: 0;
    right: 0; }
  .popup-tile-video .container-popup {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 50px; }
    @media (max-width: 768.98px) {
      .popup-tile-video .container-popup {
        padding: 30px; } }
    .popup-tile-video .container-popup .close-popup {
      position: absolute;
      top: -30px;
      right: 15px;
      opacity: 1;
      font-size: 30px;
      font-weight: normal;
      padding: 0;
      margin: 0;
      outline: 0;
      width: 20px;
      height: 20px;
      background: url("../../../../images/ico-close.svg") no-repeat center;
      background-size: 20px;
      cursor: pointer; }
    .popup-tile-video .container-popup iframe {
      width: 100%;
      height: 100%; }

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