@charset "utf-8";

@-webkit-keyframes shimmering { 
  100% { background-position-x: 0px; }
}

@keyframes shimmering { 
  100% { background-position-x: 0px; }
}

.animated-icon--live.animated-icon--played .animated-icon--live-bullet::before { opacity: 0.4; transform: scale(2.5); }
