:root {--smoke-black: #210f07;--darker-smoke-black: #140e0b;--oho-orange: #ff4926;--oho-orange-dark: #a5291c;--gray: #9e8f8b;--light-gray: #eaeaea;--nav-bar-width: 8px;}html {box-sizing: border-box; padding: 0px; margin: 0px;} *, *:before, *:after {box-sizing: inherit;}body {background: url('bg_v2b.jpg') #030303 no-repeat center fixed;background-size: cover;padding: 0px; margin: 0px; color: var(--gray); font-size: 1em; font-family: 'Gotham Book', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-user-select: none; -o-user-select: none; -moz-user-select: none; user-select: none; overflow-x: hidden;}::-webkit-scrollbar { width: var(--nav-bar-width); height: var(--nav-bar-width); border: none; outline: none; }::-webkit-scrollbar-button { display: none; }::-webkit-scrollbar-track { background-color: #030303; border: none; outline: none; }::-webkit-scrollbar-thumb { background-color: rgba(38,36,35,0.7); outline: none; }::-webkit-scrollbar-thumb:hover { background-color: var(--oho-orange); }#poster_cont{display: flex; width: 100%; height: fit-content; align-items: center; justify-content: center; margin-top: 30px; margin-bottom: 30px;}#poster_cont img{ display: block; border: 1px solid rgba(38,36,35,0.8); outline: 0px; width: 38%; min-width: 512px; max-width: 886px; position: relative; top: 0px; box-shadow: 0px 0px 25px rgba(3, 3, 3, 0.9); cursor: zoom-in; image-rendering: smooth; border-radius: 8px;}.resize {width: initial !important; cursor: zoom-out !important;}/* RESPONSIVE */@media (max-width:860px){body,html {background: #030303; overflow-x: initial;}#poster_cont {display: block;}#poster_cont img{width: 100%; box-shadow: none; border: none; min-width: auto; position: unset; border-radius: 0px;}::-webkit-scrollbar-thumb{background-color: rgb(38,36,35);}}