html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wWw.ttf)
    format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPHA.ttf)
    format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50XSwiPHA.ttf)
    format("truetype");
}
.mb-25 {
  margin-bottom: 1.5625vw;
}
.mb-50 {
  margin-bottom: 3.125vw;
}
.mb-75 {
  margin-bottom: 4.6875vw;
}
.mb-100 {
  margin-bottom: 6.25vw;
}
.mt-25 {
  margin-top: 1.5625vw;
}
.mt-50 {
  margin-top: 3.125vw;
}
.mt-75 {
  margin-top: 4.6875vw;
}
.mt-100 {
  margin-top: 6.25vw;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.p-0 {
  padding: 0;
}
.clear {
  clear: both;
}
body,
html {
  font-family: "Lato", sans-serif;
  background: black;
  margin: 0;
  width: 120vw;
  height: 67.5vw;
}
* {
  font-family: "Lato", sans-serif;
  color: white;
  outline: 0;
  text-decoration: none;
}
body {
  background: #449fe6;
}
h2.title {
  font: Bold 2.375vw/2.8125vw Lato;
  letter-spacing: 0;
}
h2.title.smaller {
  font: Normal 1.625vw/1.875vw Lato;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  grid-gap: 0.625vw
}

h2.title.smaller img{
  height: 2.25vw;
  width: auto
}

h2.title.smaller img.icon-smaller{
  height: 1.5vw;
}

.container {
  padding: 2.5vw 3.75vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#background {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-image: url("https://media-cdn.alteox.stream/movie-cover/nightclub/15/251980-cover_251980_front.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
#background .overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#sapper {
  width: 100vw;
  height: 100vh;
  z-index: 3;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
}



.loading {
  background: url("/img/loading.gif") no-repeat center center;
  width: 6.25vw;
  height: 6.25vw;
  margin: 0 auto;
}
nav {
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url("/img/header.png") no-repeat bottom center;
  background-size: contain;
  padding-bottom: 8.125vw;
}
nav #logo {
  background: url("/img/ducktv-logo.svg") no-repeat center center;
  width: 12.5vw;
  height: 8.75vw;
  background-size: contain;
  margin-right: 2.5vw;
}
nav #nav {
  flex: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
nav #nav div {
  background: rgba(255, 255, 255, 0.3);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55.00000000000001);
  filter: alpha(opacity=55.00000000000001);
  color: white;
  border-radius: 0.3125vw;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 1.5625vw 3.75vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav #nav div.selected {
  background-color: #dd9968;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
nav #nav div:not(:first-child) {
  margin-left: 1.875vw;
}
nav #nav div.search {
  background: url("/img/search.png") no-repeat 1.875vw center
    rgba(255, 255, 255, 0.3);
  padding-left: 4.3125vw;
}
nav #nav div.search.selected {
  background: url("/img/search.png") no-repeat 1.875vw center #dd9968;
}
nav #nav div.catalogue {
  background: url("/img/catalogue.png") no-repeat 1.75vw center
    rgba(255, 255, 255, 0.3);
  padding-left: 4.8125vw;
}
nav #nav div.catalogue.selected {
  background: url("/img/catalogue.png") no-repeat 1.75vw center #dd9968;
}
nav #nav div.favorites {
  background: url("/img/favorites.png") no-repeat 1.875vw center
    rgba(255, 255, 255, 0.3);
  padding-left: 4.3125vw;
}
nav #nav div.favorites.selected {
  background: url("/img/favorites.png") no-repeat 1.875vw center #dd9968;
}
nav #nav div.exit {
  background: url("/img/exit-white.png") no-repeat 1.75vw center
    rgba(255, 255, 255, 0.3);
  background-size: 1.75vw auto;
  padding: 1.25vw 1.5625vw;
  padding-left: 4.8125vw;
  font-size: 1.125vw;
}

nav #nav div.logout{
  background-size: 1.75vw auto;
  padding: 1.25vw 1.5625vw;
  font-size: 1.125vw;
}

nav #nav div.exit.selected {
  background: url("/img/exit-white.png") no-repeat 1.75vw center #dd9968;
  background-size: 1.75vw auto;
}
.categories {
  margin-top: 1.5625vw;
}
.categories .category {
  margin: 0.625vw;
  width: 32%;
  text-align: center;
  text-transform: uppercase;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.25vw;
  padding: 1.25vw 0.3125vw;
  background: rgba(255, 255, 255, 0.3);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55.00000000000001);
  filter: alpha(opacity=55.00000000000001);
  white-space: nowrap;
  display: inline-block;
}
.categories .category.selected {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: #dd9968;
}
.categories .category.selected .name {
  background: rgba(0, 0, 0, 0.3);
}
.categories .category.selected .overlay {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.movies {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  transition: transform 250ms ease-out;
  width: 9999999px;
  margin-top: 1.5625vw;
}
.movies .loading-wrapper {
  margin: 0 auto;
  margin-top: 9.375vw;
  width: 100vw;
  text-align: center;
}
.movies .movie {
  height: 16.875vw;
  width: 12.5625vw;
  opacity: 0.6;
  margin-right: 2.8125vw;
  transition: 300ms transform;
}
.movies .movie .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 0.5vw 0.5vw 0 0;
}
.movies .movie .bottom {
  background: rgba(255, 255, 255, 0.3);
  padding: 0.625vw 0.9375vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0 0 0.5vw 0.5vw;
}
.movies .movie .bottom .title {
  font-size: 1.125vw;
  font-weight: 600;
  margin-bottom: 0.4375vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movies .movie .bottom .subtitle {
  font-size: 1.125vw;
  color: white;
}
.movies .movie.selected {
  transform: scale(1.1);
  transition: 300ms transform;
  opacity: 1;
}
.movies .movie.selected .cover {
  border: 0.3125vw solid #dd9968;
  border-bottom: 0;
  box-sizing: border-box;
}
.movies .movie.selected .bottom {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: #dd9968;
}
.movies .movie.selected .bottom .subtitle {
  color: white;
}
.view-movie {
  margin-top: 1.25vw;
}
.view-movie .main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 26.25vw;
}
.view-movie .main .left {
  display: inline-block;
  width: auto;
}
.view-movie .main .left img {
  height: 26.25vw;
  width: auto;
}
.view-movie .main .right {
  display: inline-block;
  color: white;
  padding: 0 1.875vw;
  position: relative;
}
.view-movie .main .right .title-wrapper {
  margin-bottom: 1.5625vw;
}
.view-movie .main .right .title-wrapper .title {
  font-size: 2.375vw;
  display: inline-block;
  vertical-align: middle;
}
.view-movie .main .right .title-wrapper .hd {
  margin-left: 0.9375vw;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 0.3125vw;
  -moz-border-radius: 0.3125vw;
  border-radius: 0.3125vw;
  padding: 0.3125vw 0.5vw;
  font-size: 0.9375vw;
  color: #333;
  font-weight: bold;
}
.view-movie .main .right ul.various {
  font-size: 1.5vw;
}
.view-movie .main .right ul.various li {
  color: rgba(255, 255, 255, 0.7);
  margin: 0.3125vw 0;
}
.view-movie .main .right .buttons-wrapper {
  margin-top: 1.5625vw;
}
.view-movie .main .right .buttons-wrapper button {
  -webkit-border-radius: 0.3125vw;
  -moz-border-radius: 0.3125vw;
  border-radius: 0.3125vw;
  cursor: pointer;
  padding: 0.9375vw 1.25vw;
  font-size: 1.375vw;
  margin-right: 1.25vw;
}
.view-movie .main .right .buttons-wrapper .play,
.view-movie .main .right .buttons-wrapper .favorite {
  background: rgba(255, 255, 255, 0.3);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  -webkit-opacity: 0.55;
  opacity: 0.55;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55.00000000000001);
  filter: alpha(opacity=55.00000000000001);
  padding: 1.5vw 3.75vw;
  color: white;
  display: inline-block;
  font-size: 1.5vw;
  border-radius: 0.5vw;
}
.view-movie .main .right .buttons-wrapper .play.selected,
.view-movie .main .right .buttons-wrapper .favorite.selected {
  background: #dd9968;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.view-movie .main .right .buttons-wrapper .play.favorite,
.view-movie .main .right .buttons-wrapper .favorite.favorite {
  margin-left: 0.625vw;
  background: url("/img/favorites.png") no-repeat center center
    rgba(255, 255, 255, 0.3);
}
.view-movie .main .right .buttons-wrapper .play.favorite.selected,
.view-movie .main .right .buttons-wrapper .favorite.favorite.selected {
  background: url("/img/favorites.png") no-repeat center center #dd9968;
}
.view-movie .description {
  text-align: justify;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1.875vw;
  line-height: 1.875vw;
  font-size: 1.5vw;
  max-height: 17vw;
  overflow: hidden;
}
.page-indicator {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.625vw;
}
.lds-heart {
  display: inline-block;
  position: relative;
  width: 5vw;
  height: 5vw;
  transform: rotate(45deg);
  transform-origin: 2.5vw 2.5vw;
  margin: 0 auto;
}
.lds-heart div {
  top: 2vw;
  left: 2vw;
  position: absolute;
  width: 2vw;
  height: 2vw;
  background: #fff;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 2vw;
  height: 2vw;
  background: #fff;
}
.lds-heart div:before {
  left: -1.5vw;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -1.5vw;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
#videoWrapper {
  width: 100vw;
  height: 100vh;
  background: black;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
#videoWrapper video {
  z-index: 11;
  width: 100vw;
  height: 100vh;
}
#videoWrapper .controls {
  z-index: 12;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 0 0 12.5vw black;
  -moz-box-shadow: inset 0 0 12.5vw black;
  box-shadow: inset 0 0 12.5vw black;
}
#videoWrapper .controls .title {
  color: white;
  font-size: 2.375vw;
  padding: 3.125vw 0 0 3.125vw;
  font-weight: 600;
}
#videoWrapper .controls .bottom-bar {
  background: #000;
  background: linear-gradient(0deg, #000 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  width: 100vw;
  padding: 1.25vw 1.25vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#videoWrapper .controls .bottom-bar .buttons {
  margin: 0 1.25vw 0 3.125vw;
  align-self: center;
  align-items: center;
  display: flex;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#videoWrapper .controls .bottom-bar .buttons > div {
  display: inline-block;
  width: 3vw;
  height: 3vw;
}
#videoWrapper .controls .bottom-bar .buttons .play-pause {
  background: url("/img/player-new/pause.png") no-repeat center center
    rgba(255, 255, 255, 0.2);
  background-size: 3.125vw auto;
  margin-right: 0.625vw;
}
#videoWrapper .controls .bottom-bar .buttons .play-pause.selected {
  background: url("/img/player-new/pause.png") no-repeat center center white;
  background-size: 3.125vw auto;
}
#videoWrapper .controls .bottom-bar .buttons .play-pause.paused {
  background: url("/img/player-new/play.png") no-repeat center center
    rgba(255, 255, 255, 0.2);
  background-size: 3.125vw auto;
  background-position: top right -0.1875vw;
}
#videoWrapper .controls .bottom-bar .buttons .play-pause.paused.selected {
  background: url("/img/player-new/play.png") no-repeat center center white;
  background-size: 3.125vw auto;
  background-position: top right -0.1875vw;
}
#videoWrapper .controls .bottom-bar .buttons .stop {
  background: url("/img/player-new/stop.png") no-repeat center center
    rgba(255, 255, 255, 0.2);
  background-size: 3.125vw auto;
  margin-right: 0.625vw;
}
#videoWrapper .controls .bottom-bar .buttons .stop.selected {
  background: url("/img/player-new/stop.png") no-repeat center center white;
  background-size: 3.125vw auto;
}
#videoWrapper .controls .bottom-bar .buttons .subtitles {
  background: url("/img/player-new/subtitles.png") no-repeat center center
    rgba(255, 255, 255, 0.2);
  background-size: 2.1875vw auto;
  color: #dd9968;
  width: 3.75vw;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.1875vw;
  box-sizing: border-box;
}
#videoWrapper .controls .bottom-bar .buttons .subtitles.enabled {
  background-position: center 85%;
}
#videoWrapper .controls .bottom-bar .buttons .subtitles.selected {
  background: url("/img/player-new/subtitles.png") no-repeat center center white;
  background-size: 2.1875vw auto;
  color: #dd9968;
}
#videoWrapper .controls .bottom-bar .buttons .subtitles.selected.enabled {
  background-position: center 85%;
}
#videoWrapper .controls .bottom-bar .buttons .audio {
  background: url("/img/player-new/volume.png") no-repeat center center
    rgba(255, 255, 255, 0.2);
  background-size: 2.1875vw auto;
  color: #dd9968;
  width: 3.75vw;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.1875vw;
  box-sizing: border-box;
}
#videoWrapper .controls .bottom-bar .buttons .audio.enabled {
  background-position: center 85%;
}
#videoWrapper .controls .bottom-bar .buttons .audio.selected {
  background: url("/img/player-new/volume.png") no-repeat center center white;
  background-size: 2.1875vw auto;
  color: #dd9968;
}
#videoWrapper .controls .bottom-bar .buttons .audio.selected.enabled {
  background-position: center 85%;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper {
  margin-top: 0.1875vw;
  padding: 3.125vw 3.125vw 3.125vw 1.25vw;
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper .current-time {
  color: white;
  text-align: right;
  padding-right: 1.25vw;
  font-size: 2vw;
  font-weight: 600;
  letter-spacing: 0.1875vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper .progress-bar {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  align-items: center;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper .progress-bar .bar {
  background: rgba(255, 255, 255, 0.8);
  height: 0.9375vw;
  width: 100%;
}
#videoWrapper
  .controls
  .bottom-bar
  .progress-bar-wrapper
  .progress-bar
  .bar
  .progress {
  width: 66%;
  background: #dd9968;
  height: 100%;
}
#videoWrapper .controls .bottom-bar .progress-bar-wrapper .total-time {
  padding-left: 1.25vw;
  color: white;
  font-size: 2vw;
  font-weight: 600;
  letter-spacing: 0.1875vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-container {
  text-align: center;
}
.search-container #searchBar {
  background: white;
  margin: 0 auto;
  font-weight: bold;
  width: 50%;
  padding: 1.1875vw 1.875vw;
  font-size: 1.375vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  outline: 0;
  border: 0;
  border: 0.1875vw solid white;
}
.search-container #searchBar.selected {
  border: 0.1875vw solid #dd9968;
}
.search-container #searchBar.typing {
  background: url("/img/keyboard.svg") no-repeat 95% center white;
  background-size: 2.5vw auto;
}
.search-container .search-suggestions {
  margin: 0 auto;
  text-align: left;
  width: 50%;
}
.search-container .search-suggestions .suggestion {
  padding: 1.25vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
}
.search-container .search-suggestions .suggestion.selected {
  background: rgba(221, 153, 104, 0.8);
  text-shadow: 0 0.0625vw 0.1875vw rgba(0, 0, 0, 0.25);
}
.search-container .search-suggestions .suggestion .meta {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-container .search-suggestions .suggestion .meta .title {
  font-size: 1.5vw;
  font-weight: 800;
  margin-bottom: 0.4375vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-container .search-suggestions .suggestion .meta .duration {
  color: rgba(255, 255, 255, 0.7);
}
.search-container .search-suggestions .suggestion .year {
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  width: 30%;
}
.search-container .search-suggestions .suggestion .year .hd {
  margin-left: 0.9375vw;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 0.3125vw;
  -moz-border-radius: 0.3125vw;
  border-radius: 0.3125vw;
  padding: 0.3125vw 0.5vw;
  font-size: 0.875vw;
  color: #333;
  font-weight: bold;
}
.popover-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 19;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.popover-wrapper .popover {
  width: 50vw;
}
.popover-wrapper .popover .header {
  width: 100%;
  background: #dd9968;
  color: white;
  font-size: 1.5vw;
  padding: 1.1875vw 1.625vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  text-shadow: 0 0.0625vw 0.1875vw rgba(0, 0, 0, 0.25);
}
.popover-wrapper .popover .message {
  background: white;
  font-size: 1.125vw;
  padding: 1.5625vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popover-wrapper .popover .message p {
  color: #333;
  line-height: 1.25vw;
}
.popover-wrapper .popover .message p:not(:first-child) {
  margin-top: 0.625vw;
}
.popover-wrapper .popover .message p span {
  color: #dd9968;
  font-weight: 600;
}
.popover-wrapper .popover .message p span.green-button {
  padding: 0vw 0.625vw;
  background: green;
  margin: 0 0.9375vw;
  -webkit-border-radius: 1.5625vw;
  -moz-border-radius: 1.5625vw;
  border-radius: 1.5625vw;
}
.popover-wrapper .popover .buttons {
  text-align: right;
  background: white;
  padding: 1.125vw;
  font-size: 1.125vw;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popover-wrapper .popover .buttons .button {
  display: inline-block;
  background: white;
  border: 0.0625vw solid #dd9968;
  color: #dd9968;
  padding: 1.125vw 1.5vw;
  font-weight: 600;
}
.popover-wrapper .popover .buttons .button.with-arrow {
  background: url("/img/arrow-right-pink.png") no-repeat right 0.9375vw center white;
  background-size: 1vw auto;
  padding-right: 3.75vw;
}
.popover-wrapper .popover .buttons .button.selected {
  background: #dd9968;
  border: 0.0625vw solid #dd9968;
  color: white;
  text-shadow: 0.0625vw 0.0625vw 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.3125vw 0.625vw rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.3125vw 0.625vw rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.3125vw 0.625vw rgba(0, 0, 0, 0.3);
}
.popover-wrapper .popover .buttons .button.selected.with-arrow {
  background: url("/img/arrow-right.png") no-repeat right 0.9375vw center #dd9968;
  background-size: 1vw auto;
}
.popover-wrapper .popover .buttons .button:not(:last-child) {
  margin-right: 0.625vw;
}
@keyframes slide-right {
  0% {
    transform: translateX(-6.25vw);
  }
  100% {
    transform: translateX(0);
  }
}
.view-season {
  padding: 0 1.25vw;
  box-sizing: border-box;
}
.view-season .current-season {
  box-sizing: border-box;
  border-radius: 0.375vw;
  margin-bottom: 3.125vw;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.view-season .current-season .title {
  font-size: 2.5vw;
  margin-bottom: 0.625vw;
  font-weight: 600;
  text-shadow: 0.0625vw 0.0625vw 0 rgba(0, 0, 0, 0.5);
}
.view-season .current-season .description {
  font-size: 1.5vw;
  max-width: 80%;
  line-height: 2vw;
  color: #f2f2f2;
  max-height: 7.1875vw;
  overflow: hidden;
}
.view-season .episode-list {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  transition: transform 250ms ease-out;
  width: 9999999px;
}
.view-season .episode-list .episode {
  height: 14.875vw;
  width: 10.5625vw;
  opacity: 0.6;
  margin-right: 2.8125vw;
  transition: 300ms transform;
}
.view-season .episode-list .episode .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 0.5vw;
  border: 0.3125vw solid #449fe6;
}
.view-season .episode-list .episode.selected {
  transform: scale(1.1);
  transition: 300ms transform;
  opacity: 1;
  box-shadow: 0 0 0.625vw rgba(0, 0, 0, 0.2);
}
.view-season .episode-list .episode.selected .cover {
  border: 0.3125vw solid #dd9968;
}
.view-season .current-episode {
  margin-top: 3.125vw;
}
.view-season .current-episode .title {
  font-weight: 600;
  font-size: 2.375vw;
  margin-bottom: 0.3125vw;
}
.view-season .current-episode .duration {
  color: #d9d9d9;
}



.ima-ad-container > div, .video-js{
  width: 100vw !important;
  height: 100vh !important;
}

.video-js{
  position: fixed !important;
  top: 0;
  left: 0;
}