html, body
{
  background-color: #000000;
}

@font-face {
  font-family: "Netflix Sans";
  src:
    url("/fonts/NetflixSans_W_Rg.woff2") format("woff2"),
    url("/fonts/NetflixSans_W_Md.woff2") format("woff"),
    url("/fonts/NetflixSans_W_Blk.woff2") format("woff");
}

body {
  margin: 0px 0px 0px 0px;
  padding:  0px 0px 0px 0px;
  font-size: 14pt;
  font-family: "Netflix Sans";
  color: #ffffff;
}

.content {
  padding-left: 44px;
}

.frame {
  width: 320px;
  height: 180px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

.contentItem {
  display: inline-block;
  padding: 20px;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: left;
}

.contentItem:hover {
  background-color: #181818;
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.5s ease;
  border-radius: 6px;
}

.contentItem img {
  display: block;
}

.contentTitle {
  text-align: left;
  width: 320px;
  overflow: hidden;
  #white-space: nowrap;
  padding-top: 10px;
  height: 52px;
}

.viewLabel {
  background-color: #457d3c;
  color: #ffffff;
  font-size: 12pt;
  margin: 10px;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  border-radius: 4px;
  opacity: 0.85;
}

.seriesLabel {
  background-color: #b49a40;
  color: #ffffff;
  font-size: 12pt;
  margin: 10px;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  border-radius: 4px;
  opacity: 0.85;
}

.loading {
  font-size: 40pt;
  padding: 20px;
  color: #ffffff;
}

.backItem {
  display: inline-block;
  padding: 20px;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: left;
}

.backItem:hover {
  #background-color: #181818;
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.backItem img {
  display: block;
}

.backFrame {
  width: 320px;
  height: 180px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("img/back2.png");
}

.top {
  #display: inline-block;
  width: 100%;
  background-color: #202020;
  margin-bottom: 32px;
}

.logo {
  font-size: 20pt;
  background-color: #202020;
  color: #7693be;
  padding-left: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 64px;
  display: inline-block;
}

.topMenu {
  font-size: 14pt;
  color: #ffffff;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  opacity: 0.7;
}

.topMenu:hover {
  opacity: 1;
  #transform: scale(1.1, 1);
  #transition: all 0.5s ease;
}