diff --git a/html/channel.ejs b/html/channel.ejs
index 2d038bcb..73cbdb13 100644
--- a/html/channel.ejs
+++ b/html/channel.ejs
@@ -351,6 +351,15 @@ text-transform:uppercase;
box-shadow: 0 3px 14px #000;
cursor: pointer;
}
+
+@keyframes animateBg {
+ 0% {
+ background-position:0 0
+ }
+ 100% {
+ background-position:100% 0
+ }
+}
.video:hover{
border:solid;
}