body {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
}

.embed {
  margin: 0 auto;
  max-width: 100%; /* 768px */
  height: 100%;
}

.embed main.home {
  margin: 0 auto;
  padding-top: 0;
  height: 100%;
}

.embed main.home .slides {
  top: 0;
}

.embed main.home .slides li {
  background-position: top right;
}

.embed main.home section.spotlights {
  height: 100%;
  min-height: 680px;
}

.embed main.home section.spotlights .video {
  z-index: 80;
}

.embed main.home section > header {
  margin-bottom: 8px;
  padding-top: 8px;
}

.embed main.home section > header h1 {
  padding-bottom: 0;
  font-size: 32px;
}

.embed main.home section > header time {
  font-size: 24px;
}

.embed main.home #spotlight article {
  padding: 8px;
  max-width: 344px;
  min-height: 368px;
}

.embed main.home #spotlight article header time {
  font-size: 16px;
}

.embed main.home #spotlight article time span {
  font-size: 22px;
}

.embed main.home #spotlight article h2 {
  font-size: 14px;
}

.embed main.home #spotlight article .html p {
  font-size: 12px;
}

.embed main.home article .choices {
  height: 48px;
  line-height: 48px;
}

.embed main.home article .choices li:first-child {
  margin-left: 8px;
}

.embed main section.schedule {
  overflow: visible;
  position: absolute; right: 0; bottom: -100%; left: 0;
  padding: 8px 0;
  min-height: 0;
  background: none;
  background-color: rgba(0, 0, 0, 0.6);

  transition: bottom 0.4s;
}

.embed:after {
  content: 'Mouse over to see more shows!';
  display: block;
  position: absolute; right: 0; bottom: 0; left: 0;
  height: 48px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  background-color: rgba(0, 0, 0, 0.6);

  transition: bottom 0.4s;
}

.embed:hover::after {
  bottom: -48px;
}

.embed:hover main section.schedule {
  bottom: 0;
}

.embed main section.schedule h3 {
  display: none;
}

.embed main section.schedule ol {
  max-width: 100%;
}

.embed main section.schedule ol li {
  padding: 0 8px;
  min-width: 0;
}

.embed main section.schedule ol li .item {
  /* min-height: 192px; */
  min-height: 0;
}

.embed main section.schedule ol li .item time {
  display: block;
  padding-bottom: 8px;
  font-size: 11px;
}

.embed main section.schedule ol li .item time span {
  font-size: 12px;
}


@media (min-width: 769px) and (min-height: 680px) {
/*
  .embed:after {
    display: none;
  }

  .embed main.home section.schedule {
    bottom: 0;
  }
*/
  .embed main.home .slides li {
    background-position: top;
  }

  .embed main section.schedule ol {
    text-align: center;
    max-width: 1080px;
  }

  .embed main.home section.schedule ol li .item {
    max-width: 140px;
    margin: 0 auto;
  }

}


@media (max-width: 600px) and (min-height: 387px) {

  .embed main.home #spotlight article {
    max-width: 400px;
    min-height: 400px;
  }

  .embed main section.schedule ol li .item time {
    font-size: 10px;
  }

  .embed main section.schedule ol li .item time span {
    font-size: 11px;
  }

}


@media (max-width: 480px) and (min-height: 387px) {

  .embed main.home section > header {
    text-align: center;
  }

  .embed main.home section > header h1 {
    text-align: center;
  }

  .embed main.home #spotlight article {
    margin: 0 auto;
  }

  .embed main section.schedule ol {
    padding: 0 8px;
  }

  .embed main section.schedule ol li {
    padding: 0;
  }

}


@media (max-height: 387px) {

  .embed::after {
    bottom: 8px; left: auto;
    padding: 0 8px;
    border-radius: 16px 0 0 16px;

    transition: right 0.4s;
  }

  .embed:hover::after {
    right: -100%; bottom: 8px;
  }

  /*
  .embed main.home {
    background: url("/images/logo_large_faded.png") no-repeat right 8px center, url("/images/bg_default_tablet.jpg") !important;
  }
  */

  .embed main.home section.spotlights {
    padding-top: 8px;
    height: 386px;
    min-height: 386px;
  }

  .embed main.home section.spotlights > header {
    display: none;
  }

  .embed main.home section.spotlights .video .player {
    margin: 16px auto;
    max-width: 632px;
  }

  /*
  .embed main.home section.spotlights .slides {
    visibility: hidden;
  }
  */

  .embed main.home #spotlight article {
    height: 370px;
    min-height: 0;
    max-height: 370px;
  }

  .embed main.home section.schedule {
    position: absolute; top: 0; right: -100%; bottom: 0; left: auto;
    transition: right 0.4s;
  }

  .embed:hover main.home section.schedule {
    right: 0;
  }

  .embed main.home section.schedule ol {
    display: block;
  }

  .embed main.home section.schedule ol li {
    display: block;
    width: auto;
  }

  .embed main.home section.schedule ol li .item {
    display: table;
    margin: 4px 4px 8px 4px;
    padding: 4px;
    max-width: 200px;
    background-size: auto, 0 0;
  }

  .embed main.home section.schedule ol li.active .item {
    margin: 4px 4px 8px 4px;
    background-size: auto, auto;
  }

  .embed main.home section.schedule ol li .item > * {
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    white-space: nowrap;
  }

  .embed main.home section.schedule ol li .item img:first-child {
    display: none;
  }

  .embed main.home section.schedule ol li .item::after,
  .embed main.home section.schedule ol li .item::before {
    display: none;
  }

}


@media (max-height: 387px) and (min-height: 301px) and (max-width: 608px) {

  .embed::after {
    display: none;
  }

  /*
  .embed main.home {
    background-size: 0 0, auto !important;
  }
  */

  .embed:hover main.home section.schedule {
    right: -100%;
    visibility: hidden;
  }

  .embed main.home #spotlight article {
    margin: 0 auto;
  }

}


@media (max-height: 301px) {

  .embed main.home section.spotlights .video .player {
    margin: 8px auto;
    max-width: 504px;
  }

  .embed main.home #spotlight article {
    width: 280px;
    min-width: 0;
    max-width: 280px;
    height: 284px;
    min-height: 0;
    max-height: 284px;
  }

  .embed main.home #spotlight article figure {
    min-width: 264px;
    max-width: 264px;
  }

  .embed main.home #spotlight article header time {
    font-size: 14px;
    white-space: nowrap;
  }

  .embed main.home #spotlight article header time span {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 14px;
  }

  .embed main.home #spotlight article h2 {
    font-size: 12px;
  }

  .embed main.home #spotlight article .html p {
    font-size: 10px;
  }

  .embed main.home #spotlight article .choices {
    height: 32px;
    font-size: 11px;
    line-height: 32px;
  }

  .embed main.home section.schedule ol li .item {
    margin: 0 0 4px 0;
    max-width: 168px;
  }

  .embed main.home section.schedule ol li.active .item {
    margin: 0 0 4px 0;
  }

}


@media (max-height: 301px) and (max-width: 600px) {

  .embed::after {
    display: none;
  }

  /*
  .embed main.home {
    background-position: center center, top center !important;
  }
  */

  .embed main.home section.schedule {
    right: 0;
  }

}