/**
 * Variables
 */
/**
 * Mixins
 */
.hidden {
  display: none !important;
}
/* Animations */
@keyframes depress {
  0% {
    height: 100px;
    width: 100px;
  }
  50% {
    height: 90px;
    width: 90px;
  }
  100% {
    height: 100px;
    width: 100px;
  }
}
@keyframes bounceUp {
  0% {
    top: -10px;
  }
  25% {
    height: 10px;
  }
  50% {
    height: -5px;
  }
  75% {
    height: 5px;
  }
  100% {
    height: 0px;
  }
}
/**
 * Videos
 */
main.videos {
  background: #cff9fe url(../static/games/glare_cage.png) repeat-x center center;
  background-size: cover;
  height: auto;
}
.pbskids-default-skin .vjs-big-play-button {
  top: 0;
  left: 0;
  border: none;
}
html.videos .nav ul li a.videos {
  background-image: url(../static/nav_videos_selected.png) !important;
}
html:not(.isfullscreen) #videos button.play-pause, html:not(.isfullscreen) #videos button.cc, html:not(.isfullscreen) #videos button.scrubber-thumb, html:not(.isfullscreen) #videos button.up, html:not(.isfullscreen) #videos button.down {
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  cursor: hand;
  bottom: 5px;
}
html:not(.isfullscreen) #videos .pbskids-default-skin.vjs-fullscreen.vjs-controls-disabled .vjs-control-bar {
  position: absolute !important;
}
html:not(.isfullscreen) #videos .content {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  overflow: hidden;
}
html:not(.isfullscreen) #videos .content .content-spacer {
  min-height: 1122px;
  position: relative;
  padding-top: 200px;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) #videos .content .content-spacer {
    padding-top: 10px;
    min-height: 800px;
  }
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #videos .content .content-spacer {
    padding-top: 120px;
  }
}
html:not(.isfullscreen) #videos .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
html:not(.isfullscreen) #videos .player-wrapper {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) #videos .player-wrapper {
    transform: scale(0.7);
  }
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #videos .player-wrapper {
    transform: scale(1);
  }
}
@media (min-width: 1280px) {
  html:not(.isfullscreen) #videos .player-wrapper {
    max-width: 1280px;
  }
}
html:not(.isfullscreen) #videos .game-reveal {
  position: absolute;
  display: block;
  z-index: 4;
  width: 350px;
  height: 350px;
  transform: translateX(-50%);
  left: 50%;
  top: 55px;
  transition: top 0.5s ease-in-out;
}
html:not(.isfullscreen) #videos .game-reveal.active {
  top: -185px;
}
html:not(.isfullscreen) #videos .game-reveal.active .game-frame {
  top: 10px;
}
html:not(.isfullscreen) #videos .game-reveal .game-frame {
  width: 250px;
  height: 146px;
  left: 17px;
  transform: rotate(6deg);
  background-color: #9a498c;
  padding: 5px;
  position: absolute;
  top: 150px;
  transition: top 0.5s ease-in-out;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) #videos .game-reveal .game-frame {
    width: 200px;
    height: 117px;
  }
}
html:not(.isfullscreen) #videos .game-reveal .game-frame img {
  width: 100%;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) #videos .game-reveal {
    transform: scale(0.7);
  }
  html:not(.isfullscreen) #videos .game-reveal .game-frame {
    left: 30px;
  }
  html:not(.isfullscreen) #videos .game-reveal.active {
    top: -175px;
  }
  html:not(.isfullscreen) #videos .game-reveal.active .game-frame {
    top: 38px;
    left: 30px;
  }
}
@media (max-width: 600px) {
  html:not(.isfullscreen) #videos .game-reveal {
    display: none;
  }
}
html:not(.isfullscreen) #videos .game-reveal .tasha {
  position: absolute;
  display: block;
  top: 118px;
  width: 250px;
  height: 250px;
  background-size: contain;
}
html:not(.isfullscreen) #videos .cage-floor {
  height: 350px;
  position: relative;
  width: 100%;
  background: url(../static/games/cage_floor.png) repeat-x center bottom;
  z-index: 0;
}
html:not(.isfullscreen) #videos .cage-floor .beds {
  position: absolute;
  left: 12%;
  bottom: -275px;
  background-size: contain;
  width: 835px;
  height: 365px;
  display: none;
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #videos .cage-floor .beds {
    transform: translateX(-50%);
    left: 50%;
    width: auto;
    height: 250px;
    background-position: center top;
  }
}
@media (max-width: 620px) {
  html:not(.isfullscreen) #videos .cage-floor .beds {
    height: 200px;
  }
}
@media (min-width: 500px) {
  html:not(.isfullscreen) #videos .cage-floor .beds {
    display: block;
  }
}
html:not(.isfullscreen) #videos .cage-floor .tower {
  position: absolute;
  bottom: -350px;
  background: url(../static/videos/tower.png) no-repeat center center;
  width: 506px;
  height: 1159px;
  right: -253px;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) #videos .cage-floor .tower {
    height: 980px;
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  html:not(.isfullscreen) #videos .cage-floor .tower {
    display: none;
  }
}
html:not(.isfullscreen) #videos .cage-floor .tower #hamster-peek {
  position: absolute;
  top: 62px;
  right: 240px;
  width: 103px;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) #videos .cage-floor .tower #hamster-peek {
    top: 57px;
    right: 241px;
    width: 81px;
  }
}
/**
 * Loader
 */
.vjs-loading-spinner span, .loading-indicator, .appending-indicator {
  -ms-animation: spin 600ms infinite linear;
  -webkit-animation: spin 600ms infinite linear;
  animation: spin 600ms infinite linear;
}
/**
 * Playlist
 */
/**
 * Variables
 */
/**
 * Mixins
 */
.hidden {
  display: none !important;
}
/* Animations */
@keyframes depress {
  0% {
    height: 100px;
    width: 100px;
  }
  50% {
    height: 90px;
    width: 90px;
  }
  100% {
    height: 100px;
    width: 100px;
  }
}
@keyframes bounceUp {
  0% {
    top: -10px;
  }
  25% {
    height: 10px;
  }
  50% {
    height: -5px;
  }
  75% {
    height: 5px;
  }
  100% {
    height: 0px;
  }
}
/**
 * Playlists
 */
#videos .playlists {
  text-align: center;
  display: block;
  margin: 30px auto 0;
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 520px;
}
@media (max-width: 1280px) {
  #videos .playlists {
    position: relative;
    width: 100%;
    height: auto;
  }
}
#videos .playlists ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 1280px) {
  #videos .playlists ul {
    display: flex;
  }
}
#videos .playlists li {
  position: relative;
  display: block;
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 1280px) {
  #videos .playlists li {
    display: flex;
    flex-wrap: nowrap;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 860px) {
  #videos .playlists li {
    max-width: 100%;
    margin: 0 10px;
    width: 33%;
  }
}
#videos .playlists li.active a {
  background-position: center 100%;
}
@media (min-width: 1000px) {
  #videos .playlists li.active a a {
    background-color: transparent;
    background-position: 0 100%;
  }
}
@media (hover: hover) {
  #videos .playlists li.active:hover a {
    background-position: center 100%;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  #videos .playlists li.active:hover a {
    background-color: transparent;
    background-position: 0 100%;
  }
}
#videos .playlists a {
  display: block;
  width: 187px;
  height: 140px;
  font-size: 0;
  transform: rotate(0deg);
  transition: transform 100ms;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  transition: transform 0.1s ease-in-out;
  transform: rotate(0deg);
}
@media (hover: hover) {
  #videos .playlists a:hover {
    transform: rotate(-5deg);
  }
}
#videos .playlists a.all {
  background-image: url(../static/videos/button_all_2.png);
  background-size: 197px 294px;
  background-position: center 0;
  width: 200px;
  height: 147px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #videos .playlists a.all {
    margin-top: -10px;
  }
}
@media (max-width: 600px) {
  #videos .playlists a.all {
    margin-top: -6px;
    width: 90px;
    height: 87px;
    background-size: 103px 173px;
    background-position: center 0;
  }
}
#videos .playlists a.ruff {
  background-image: url(../static/videos/button_ruff.png);
  background-size: 187px 280px;
  background-position: -3px 0;
}
@media (max-width: 600px) {
  #videos .playlists a.ruff {
    width: 100%;
    height: 87px;
    background-size: 90px 173px;
    background-position: center 0;
  }
}
#videos .playlists a.hamsters {
  background-image: url(../static/videos/button_hamsters.png);
  background-size: 189px 280px;
  background-position: 0 0;
}
@media (max-width: 600px) {
  #videos .playlists a.hamsters {
    width: 100%;
    height: 83px;
    background-size: 95px 167px;
    background-position: center 0;
  }
}
@media (max-width: 600px) {
  #videos .playlists a {
    width: 100%;
  }
}
/**
 * Player
 */
/**
 * Variables
 */
/**
 * Mixins
 */
.hidden {
  display: none !important;
}
/* Animations */
@keyframes depress {
  0% {
    height: 100px;
    width: 100px;
  }
  50% {
    height: 90px;
    width: 90px;
  }
  100% {
    height: 100px;
    width: 100px;
  }
}
@keyframes bounceUp {
  0% {
    top: -10px;
  }
  25% {
    height: 10px;
  }
  50% {
    height: -5px;
  }
  75% {
    height: 5px;
  }
  100% {
    height: 0px;
  }
}
html:not(.isfullscreen) .pbskids-default-skin .vjs-big-play-button span {
  background-size: 30% !important;
}
html:not(.isfullscreen) #player #video-player {
  top: 9%;
  left: 5.5%;
}
.vjs-user-active .pbskids-onhover-overlay .normal-screen-img {
  width: 80px !important;
  height: 80px !important;
}
html:not(.isfullscreen) #player {
  background-size: contain;
  z-index: 5;
  width: 860px;
  height: 565px;
  background-color: #78a8fc;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  left: auto;
  transition: left 0.2s;
  clip-path: polygon(3.5% 7%, 96% 6%, 98% 100%, 2% 100%);
  -webkit-clip-path: polygon(3.5% 7%, 96% 6%, 98% 100%, 2% 100%);
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #player {
    width: 650px;
    height: 420px;
  }
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #player {
    width: 650px;
    height: 420px;
  }
}
@media (max-width: 860px) {
  html:not(.isfullscreen) #player {
    width: 100%;
    height: auto;
    padding-top: 65%;
  }
}
html:not(.isfullscreen) #player #video-player {
  width: 89%;
  height: 77%;
  position: absolute;
  background-color: #000;
}
html:not(.isfullscreen) #player .play-pause {
  display: block;
  position: absolute;
  background: url(../static/videos/button_video_play.png) no-repeat 0 0;
  background-size: 120px 120px;
  background-color: #00357c;
  border-radius: 100%;
  opacity: 1;
  width: 60px;
  height: 60px;
  top: 88%;
  left: 4%;
}
@media (hover: hover) {
  html:not(.isfullscreen) #player .play-pause:hover {
    background-position: 102% 0;
  }
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #player .play-pause {
    width: 40px;
    height: 40px;
    top: 87%;
    background-size: 80px 80px;
  }
}
@media (max-width: 600px) {
  html:not(.isfullscreen) #player .play-pause {
    width: 25px;
    height: 25px;
    top: 88%;
    left: 6%;
    background-size: 50px 50px;
  }
}
html:not(.isfullscreen) #player .play-pause.playing {
  background-position: 0 100%;
}
@media (hover: hover) {
  html:not(.isfullscreen) #player .play-pause.playing:hover {
    background-position: 102% 100%;
  }
}
html:not(.isfullscreen) #player .cc {
  display: block;
  position: absolute;
  background-color: #00357c;
  background-image: url(../static/videos/button_video_cc.png);
  background-repeat: no-repeat;
  background-position: 2px -60px;
  background-size: 120px 120px;
  font-size: 0;
  border-radius: 100%;
  opacity: 1;
  transition: opacity 0.2s;
  overflow: hidden;
  width: 60px;
  height: 60px;
  top: 88%;
  right: 4%;
}
@media (hover: hover) {
  html:not(.isfullscreen) #player .cc:hover {
    background-position: -58px -60px;
  }
}
@media (hover: hover) and (max-width: 1280px) {
  html:not(.isfullscreen) #player .cc:hover {
    background-position: -39px -40px;
  }
}
@media (hover: hover) and (max-width: 600px) {
  html:not(.isfullscreen) #player .cc:hover {
    background-position: -25px -25px;
  }
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #player .cc {
    width: 40px;
    height: 40px;
    top: 88%;
    right: 6%;
    background-size: 80px 80px;
    background-position: 1px -40px;
  }
}
@media (max-width: 600px) {
  html:not(.isfullscreen) #player .cc {
    width: 25px;
    height: 25px;
    top: 88%;
    background-size: 50px 50px;
    background-position: 0 -25px;
  }
}
html:not(.isfullscreen) #player .cc.captions-on {
  background-color: #00357c;
  background-image: url(../static/videos/button_video_cc.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 120px 120px;
}
@media (hover: hover) {
  html:not(.isfullscreen) #player .cc.captions-on:hover {
    background-position: -60px 0;
  }
}
@media (hover: hover) and (max-width: 1280px) {
  html:not(.isfullscreen) #player .cc.captions-on:hover {
    background-position: -40px 0;
  }
}
@media (hover: hover) and (max-width: 600px) {
  html:not(.isfullscreen) #player .cc.captions-on:hover {
    background-position: -25px 0;
  }
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #player .cc.captions-on {
    width: 40px;
    height: 40px;
    top: 88%;
    right: 6%;
    background-size: 80px 80px;
    background-position: 0 0;
  }
}
@media (max-width: 600px) {
  html:not(.isfullscreen) #player .cc.captions-on {
    width: 25px;
    height: 25px;
    top: 88%;
    background-size: 50px 50px;
    background-position: 0 0;
  }
}
html:not(.isfullscreen) #player .scrubber {
  display: block;
  position: absolute;
  height: 8px;
  background-color: #182a46;
  border-radius: 5px;
  width: 66%;
  left: 13%;
  top: 92%;
}
@media (max-width: 860px) {
  html:not(.isfullscreen) #player .scrubber {
    width: 60%;
  }
}
@media (max-width: 600px) {
  html:not(.isfullscreen) #player .scrubber {
    top: 91%;
    left: 15%;
  }
}
html:not(.isfullscreen) #player .scrubber-track {
  width: 100%;
  height: 100%;
}
html:not(.isfullscreen) #player .scrubber-thumb {
  background: #182a46 !important;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 50px;
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #player .scrubber-thumb {
    height: 30px;
    width: 10px;
  }
}
@media (max-width: 600px) {
  html:not(.isfullscreen) #player .scrubber-thumb {
    height: 20px;
  }
}
html:not(.isfullscreen) #player .progress {
  float: right;
  margin: -60px -74px 0 0;
  color: #182a46;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 1280px) {
  html:not(.isfullscreen) #player .progress {
    font-size: 15px;
    margin: -35px -35px 0 0;
  }
}
@media (max-width: 600px) {
  html:not(.isfullscreen) #player .progress {
    font-size: 10px;
    margin: -23px -30px 0 0;
  }
}
html.isfullscreen #video-player {
  width: auto !important;
  height: auto !important;
  position: static !important;
}
/**
 * Playlist
 */
/**
 * Variables
 */
/**
 * Mixins
 */
.hidden {
  display: none !important;
}
/* Animations */
@keyframes depress {
  0% {
    height: 100px;
    width: 100px;
  }
  50% {
    height: 90px;
    width: 90px;
  }
  100% {
    height: 100px;
    width: 100px;
  }
}
@keyframes bounceUp {
  0% {
    top: -10px;
  }
  25% {
    height: 10px;
  }
  50% {
    height: -5px;
  }
  75% {
    height: 5px;
  }
  100% {
    height: 0px;
  }
}
/**
 * Playlist buttons and misc (up / down / more / loading)
 */
#playlist {
  position: relative;
  padding-bottom: 60px;
  max-width: 300px;
  width: 100%;
  height: auto;
  z-index: 10001;
  display: block;
  padding-bottom: 0;
  width: 190px;
  height: 480px;
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  background: #78a8fc;
  clip-path: polygon(0 7%, 100% 5%, 98% 100%, 2% 96%);
  -webkit-clip-path: polygon(0 7%, 100% 5%, 98% 100%, 2% 96%);
}
@media (max-width: 1280px) {
  #playlist {
    position: relative;
    margin-top: 30px;
    max-width: 95%;
    margin: 30px 2.5%;
    display: flex;
    width: 100%;
    clip-path: none;
    -webkit-clip-path: none;
    background: transparent;
    height: auto;
    overflow: auto;
  }
  #playlist .up, #playlist .down {
    display: none;
  }
}
#playlist .show-more {
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  background-color: #192a46;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-transform: uppercase;
}
.no-touchevents #playlist .show-more:hover, .touchevents #playlist .show-more:active {
  color: #192a46;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1280px) {
  #playlist .show-more {
    width: 95%;
    margin: 0 auto !important;
  }
}
#playlist .loading-indicator {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 100;
}
#playlist .up, #playlist .down {
  outline: none !important;
  border: none !important;
  cursor: pointer;
}
#playlist .up {
  display: none;
  position: absolute;
  top: 0px;
  left: 51%;
  transform-origin: center center;
  transform: translateX(-50%);
  width: 60px;
  height: 38px;
  margin-top: 60px;
  border: 5px solid #fff;
  background-image: url(../static/videos/arrow_up.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  background-color: transparent;
  font-size: 0 !important;
  z-index: 30;
}
@media (min-width: 1280px) {
  #playlist .up {
    display: block;
  }
}
@media (hover: hover) {
  #playlist .up:hover {
    animation: depressCenter 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
#playlist .down {
  display: none;
  position: absolute;
  bottom: 7% !important;
  left: 51%;
  transform-origin: center center;
  transform: translateX(-50%);
  width: 60px;
  height: 38px;
  background: transparent url(../static/videos/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  font-size: 0 !important;
  z-index: 30;
}
@media (hover: hover) {
  #playlist .down:hover {
    animation: depressCenter 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (min-width: 1280px) {
  #playlist .down {
    display: block;
  }
}
#playlist .appendingIndicator-container {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(54, 98, 169, 0.7);
  text-transform: uppercase;
  color: #fff;
  width: 100%;
}
#playlist .appendingIndicator-container .appending-indicator {
  width: 30px;
  height: 30px;
}
#playlist .appendingIndicator-container img {
  vertical-align: middle;
  margin-right: 5px;
}
/**
 * iScroll video playlist container
 */
#video-playlist-iScrollContainer {
  position: relative;
  width: 100%;
  overflow: visible;
  height: auto;
  touch-action: auto !important;
}
@media (min-width: 1280px) {
  #video-playlist-iScrollContainer {
    width: 160px;
    height: 242px;
    max-width: 300px;
    min-height: 100px;
    position: absolute;
    overflow: hidden;
    top: 135px;
    left: 15px;
  }
}
#video-playlist-iScrollContainer #video-playlist {
  opacity: 1;
  height: auto;
  padding-bottom: 100px;
  touch-action: auto !important;
  overflow: auto;
}
/**
 * Playlist thumbnails
 */
#video-playlist {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  min-height: 100px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: auto;
}
@media (max-width: 1280px) {
  #video-playlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
#video-playlist .selected .label {
  background-color: #94771a;
}
#video-playlist .label {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 5px 5px 0 0;
  width: auto;
  overflow: hidden;
  background-color: #613d24;
  z-index: 1;
  color: #fff;
  text-transform: none;
  text-align: left;
  font-size: 12px;
  font-weight: 800;
}
#video-playlist .label .clip-label, #video-playlist .label .full-label {
  display: none;
}
#video-playlist .new-label {
  display: none;
}
#video-playlist .new-video .new-label {
  display: block;
  text-transform: uppercase;
  background-color: #59ad3d;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  width: auto;
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  padding: 5px;
}
#video-playlist .video-info {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.25em;
}
#video-playlist li.item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 45%;
  margin: 0 auto 30px;
  border: 3px solid #192a46;
  cursor: pointer;
}
#video-playlist li.item.selected {
  border: 7px solid #3662a9;
}
#video-playlist li.item .episode-label {
  display: none;
}
#video-playlist li.item.episode .episode-label {
  display: block;
  position: absolute;
  bottom: 0;
  background: rgba(54, 98, 169, 0.7);
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 2px 0;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  #video-playlist li.item.episode .episode-label {
    font-size: 10px;
  }
}
@media (max-width: 1280px) {
  #video-playlist li.item.episode .episode-label {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  #video-playlist li.item {
    width: 100%;
    margin: 0 auto 10px;
  }
}
@media (max-width: 500px) {
  #video-playlist li.item {
    width: 100%;
  }
}
#video-playlist .thumb-container {
  display: block;
}
#video-playlist .thumb-container img {
  width: 100%;
  height: auto;
  z-index: 1;
  display: block;
}
