@charset "utf-8";

@keyframes vjs-spinner-fade { 
  0% { border-top-color: rgb(112, 112, 112); }
  20% { border-top-color: rgb(112, 112, 112); }
  35% { border-top-color: rgb(204, 204, 204); }
  60% { border-top-color: rgb(112, 112, 112); }
  100% { border-top-color: rgb(112, 112, 112); }
}

@-webkit-keyframes vjs-spinner-fade { 
  0% { border-top-color: rgb(112, 112, 112); }
  20% { border-top-color: rgb(112, 112, 112); }
  35% { border-top-color: rgb(204, 204, 204); }
  60% { border-top-color: rgb(112, 112, 112); }
  100% { border-top-color: rgb(112, 112, 112); }
}