/* [project]/components/blocks/ChannelTile.module.css [app-client] (css) */
.ChannelTile-module__nXL7LG__flashyCell {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: opacity, transform;
  animation: .8s ease-in-out ChannelTile-module__nXL7LG__pulse;
}

@keyframes ChannelTile-module__nXL7LG__pulse {
  0% {
    opacity: .2;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: .2;
  }
}

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