@charset "utf-8";
/* CSS Document */
/* width */
::-webkit-scrollbar {
    width:5px;
    height:5px;
    position: fixed;
    right:0;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    z-index: 10;
    pointer-events: all;
    user-select: auto;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,.3);
    border-radius: 10px;
    overflow:hidden;
    z-index: 10;
    pointer-events: all;
    user-select: auto;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(250,250,250,.3);
    border-radius: 10px;
    z-index: 10;
    pointer-events: all;
    user-select: auto;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(250,250,250,.5);
    z-index: 10;
    pointer-events: all;
    user-select: auto;
}
* {
    transition: .2s ease;
}
html {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-color:#121212;
    font-family:"Product Sans", "Roboto", "Arial", sans-serif;
    color:#fafafa;
}
body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    position: absolute;
    top:0;
    left:0;
    display:inline-block;
}
div {
    padding:0;
    margin:0;
}
#grad1 {
    position: fixed;
    top:115px;
    width:100%;
    height:100px;
    background-image: linear-gradient(to bottom, 
                    rgba(18,18,18, 1), 
                    rgba(18,18,18, 0) 90%);
    pointer-events: none;
}
#grad2 {
    position: fixed;
    bottom:0;
    width:100%;
    height:100px;
    background-image: linear-gradient(to bottom, 
                    rgba(18,18,18, 0), 
                    rgba(18,18,18, 1) 90%);
    pointer-events: none;
}
#title {
    width:100%;
    height:5%;
    display:block;
    text-align: center;
    position: fixed;
    top:0;
    left:0;
    user-select: none;
}
h1 {
    line-height: 50px;
    margin-top:0;
    margin-bottom:0;
}
#lists {
    width:100%;
    height:95%;
    padding:0;
    display:inline-block;
    margin:0 auto;
    position: absolute;
    align-content: center;
    align-items: center;
    text-align: center;
    bottom:0;
}
.list {
    width:33.33333333333333333333333333333333333333333333333333333%;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}
#release {
    position: fixed;
    margin-left:0px;
    top:5%;
    left:0;
    height:95%;
}
#film {
    position: fixed;
    margin-left:6px;
    top:5%;
    left:33%;
    height:95%;
}
#filmtv {
    position: fixed;
    margin-left:13px;
    top:5%;
    left:66%;
    height:95%;
}
h2 {
    background: #121212;
    width:100%;
    height:50px;
    margin:0;
    margin-bottom:20px;
    line-height: 50px;
    font-size: min(1.5vw, 24px);
    text-align: center;
    user-select: none;
    position: relative;
    z-index: 100000000000000000000000000000000000;
    
}
.content {
    height:95%;
    margin:0 auto;
    padding:0;
    overflow-x: hidden;
    overflow-y:scroll;
    position: relative;
    align-content: center;
    align-items: center;
}
a {
    color:#fafafa;
    outline: 0px;
}
a:hover li,
a:focus li,
a:active li {
    box-shadow: 0px 0px 5px 5px rgba(237,29,36,.5);
    filter: brightness(120%);
    outline: 0px;
}
a:hover .movimg,
a:focus .movimg,
a:active .movimg {
    filter: saturate(100%) brightness(80%);
    outline: 0px;
}
a:visited {
    color:#fafafa;
    outline: 0px;
}
li {
    background:rgba(66,66,66,1);
    border-radius:1rem;
    padding-top:.5rem;
    padding-bottom:.5rem;
    margin:20px auto;
    width: 80%;
    height:100px;
    text-decoration: none;
    list-style: none;
    align-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 20px;
    text-align: center;
    position: relative;
    overflow:hidden;
    outline: 0px;
}
.licontent {
    width:100%;
    height:70px;
    margin:0;
    position:relative;
    top:50%;
    transform-origin: center;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    pointer-events: none;
}
.limg {
    background-color: rgba(33,33,33,1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    height:200%;
    width:30%;
    position: absolute;
    left:0;
    top:-50%;
    vertical-align: middle;
    display:inline-block;
}
.movimg {
    width:80%;
    min-width:0;
    max-width:70px;
    position: absolute;
    vertical-align: middle;
    top:50%;
    right:50%;
    margin:0;
    transform-origin: center;
    transform: translate(50%, -50%);
    padding:10px;
    filter:saturate(30%);
    user-select: none;
}
p {
    line-height: normal;
    height:auto;
    width: calc(70% - 15px);
    display:inline-block;
    margin:0;
    position:absolute;
    top:50%;
    left:30%;
    transform-origin: center;
    transform: translateY(-50%);
    text-align: left;
    padding-left:10px;
    padding-right:5px;
}
li:hover,
li:focus,
li:active {
    filter: brightness(120%);
    outline: 0px;
}
li:hover .movimg,
li:focus .movimg,
li:active .movimg {
    filter: saturate(100%) brightness(80%);
    outline: 0px;
}
img,
li::first-line {
    user-select: none;
    pointer-events: none;
}
ul:before {
  content: "";
  position: fixed;
  z-index: 1;
  top:8%;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 4em;
}
#releasec:after {
  content: "";
  position:fixed;
  z-index:1;
  bottom:0;
  left:0%;
  pointer-events: none;
  width: 100%;
  height: 4em;
}
#filmc:after {
  content: "";
  position:fixed;
  z-index:1;
  bottom:0;
  left:33%;
  pointer-events: none;
  width: 100%;
  height: 4em;
}
#filmtvc:after {
  content: "";
  position:fixed;
  z-index:1;
  bottom:0;
  left:66%;
  pointer-events: none;
  width: 100%;
  height: 4em;
}
.spaceline {
    width:100%;
    height:45px;
}
@media (max-width:759px) {
    #title {
        background:#121212;
        width:100%;
        height:10%;
        display:block;
        text-align: center;
        position: fixed;
        top:0;
        left:0;
        z-index:2;
    }
    .list {
        width:100%;
    }
    h2 {
        font-size:4vw;
    }
    #release {
        position: relative;
        margin-left:0px;
        top:10%;
        left:0;
        height:auto;
    }
    #film {
        position: relative;
        margin-left:0px;
        top:10%;
        left:0%;
        height:auto;
    }
    #filmtv {
        position: relative;
        margin-left:0px;
        top:10%;
        left:0%;
        height:auto;
    }
}