.example::-webkit-scrollbar {
  display: none;
}

#header {
  height: 100vh;
  background: url("../../assets/img/gradient.webp") bottom / cover no-repeat, url("../../assets/img/titles_mobile.webp") top / contain no-repeat, url("../../assets/img/bg_mobile_top2.webp") top / contain no-repeat, url("../../assets/img/bg_mobile_bottom.webp") bottom / cover no-repeat;
}

@media (min-width: 80vh) {
  #header {
    height: 100vh;
    background: url("../../assets/img/titles_square.webp") top / contain no-repeat, url("../../assets/img/gradient.webp") bottom / cover no-repeat, url("../../assets/img/bg_square_center.webp") center / cover no-repeat;
  }
}

@media (min-width: 127vh) {
  #header {
    background: url("../../assets/img/titles.webp") top / cover no-repeat, url("../../assets/img/gradient.webp") bottom / cover no-repeat, url("../../assets/img/bg_wide_right.webp") right / cover no-repeat, url("../../assets/img/bg_wide_left.webp") left / cover no-repeat, url("../../assets/img/bg_wide_center.webp") center / cover no-repeat;
    height: 100vh;
  }
}

#showblock {
  --bs-aspect-ratio: 45%;
  width: 80vw;
}

@media (min-width: 160vh) {
  #showblock {
    --bs-aspect-ratio: 43%;
    width: 60%;
  }
}

.icn {
  color: rgb(255,255,255);
  width: 25px;
  height: 25px;
}

#watchbutton {
  background: rgba(136,136,136,0.35);
  border-radius: 15px;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  transition: ease-in;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  margin-top: 10px;
  border-color: var(--bs-yellow);
  font-size: 12px;
  margin-right: 7px;
  margin-left: 7px;
}

#prbutton {
  background: rgba(136,136,136,0.35);
  border-radius: 15px;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  transition: ease-in;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  margin-top: 10px;
  border-color: var(--bs-yellow);
  font-size: 12px;
  margin-right: 7px;
  margin-left: 7px;
}

@media (min-width: 510px) {
  #watchbutton {
    background: rgba(136,136,136,0.35);
    border-radius: 15px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    transition: ease-in;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    margin-top: 10px;
    border-color: var(--bs-yellow);
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 510px) {
  #prbutton {
    background: rgba(136,136,136,0.35);
    border-radius: 15px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    transition: ease-in;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    margin-top: 10px;
    border-color: var(--bs-yellow);
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#arrow {
  padding-bottom: 7px;
  margin-bottom: 0px;
  margin-top: -9px;
}

#arrbtn {
  color: rgb(255,255,255);
}

#arricn {
  font-size: 25px;
  margin-bottom: 0;
}

#trailer {
  font-size: 25px;
  margin-bottom: 0;
  background: rgb(0,0,0);
}

.videotitle {
  font-family: Montserrat, sans-serif;
  color: rgb(255,255,255);
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin: 0px;
}

.spcr {
  height: 3vh;
}

#butt {
  background: url("../../assets/img/trailer1_thumb.webp") center / contain no-repeat;
  width: max(16vw,16vh);
  height: max(9vw,9vh);
  opacity: 1;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: max(2vw,2vh);
}

#butt-3 {
  width: max(16vw,16vh);
  height: max(9vw,9vh);
  background: url("../../assets/img/trailer4_thumb.webp") center / contain no-repeat;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: max(2vw,2vh);
}

#butt-2 {
  width: max(16vw,16vh);
  height: max(9vw,9vh);
  background: url("../../assets/img/trailer3_thumb.webp") center / contain no-repeat;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: max(2vw,2vh);
}

#butt-1 {
  width: max(16vw,16vh);
  height: max(9vw,9vh);
  background: url("../../assets/img/trailer2_thumb.webp") center / contain no-repeat;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: max(2vw,2vh);
}

#april9 {
  font-family: Montserrat, sans-serif;
  color: var(--bs-warning);
  font-size: 24px;
  text-align: center;
  text-shadow: 0px 0px 12px rgb(0,0,0);
  margin-bottom: -13px;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  font-weight: bold;
}

@media (min-width: 510px) {
  #april9 {
    font-family: Montserrat, sans-serif;
    color: var(--bs-warning);
    font-size: 32px;
    text-align: center;
    text-shadow: 0px 0px 12px rgb(0,0,0);
    margin-bottom: -13px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    font-weight: bold;
  }
}

#wait {
  position: static;
  background: url("../../assets/img/head-1.webp") center / auto no-repeat;
  transform: translateY(-23px);
  height: 100vh;
}

body {
  background: rgb(0,0,0);
  --bs-warning: #ffc107;
  --bs-warning-rgb: 255,193,7;
  overflow-x: hidden;
  width: 100%;
}

#article {
  font-family: Merriweather, serif;
  display: flex;
}

#articleblk {
  max-width: 600px;
  padding-top: min(50px, 10vh);
}

.text {
  font-family: Commissioner, sans-serif;
  font-size: min(3vh, 3vw, 16px);
  color: rgb(190,190,190);
  text-align: justify;
}

#synopsis {
  color: rgb(255,255,255);
}

.spcr2 {
  height: 60px;
}

#twx2 {
  filter: invert(100%);
  width: 27px;
  height: 27px;
}

#social2 {
  transform: scale(1);
  --bs-primary: #ffffff;
  --bs-primary-rgb: 255,255,255;
}

#article-title {
  max-width: max(25vw,100vh);
}

#credits {
  max-width: min(90vw,800px);
}

#content {
  display: none;
}

#streamings {
  color: rgb(215,209,47);
  font-family: Montserrat, sans-serif;
  background: radial-gradient(transparent 0%, black 85%), url("../../assets/img/darksnow.webp") center / cover no-repeat;
  text-align: center;
}

.country {
  color: #ffc107;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.stricon {
  width: 100px;
  height: 52px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 10px;
  --bs-primary: #ffffff;
  --bs-primary-rgb: 255,255,255;
  background: #5e5e5e;
  border: 1px solid #373737 ;
  margin-bottom: 15px;
}

.stricon2 {
  width: 75px;
  height: 39px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 7px;
  --bs-primary: #ffffff;
  --bs-primary-rgb: 255,255,255;
  border: 1px solid #373737 ;
}

@media (min-width: 510px) {
  .stricon2 {
    width: 100px;
    height: 52px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    --bs-primary: #ffffff;
    --bs-primary-rgb: 255,255,255;
    background: #5e5e5e;
    border: 1px solid #373737 ;
  }
}

#flixfling {
  background: url("../../assets/img/LOGOS/FlixFling.webp") center / cover no-repeat;
}

#hoopla {
  background: url("../../assets/img/LOGOS/Hoopla.webp") center / cover no-repeat;
}

#youtube {
  background: url("../../assets/img/LOGOS/YouTube.webp") center / cover no-repeat;
}

#VUDU {
  background: url("../../assets/img/LOGOS/VUDU.webp") center / cover no-repeat;
}

#Filmzie {
  background: url("../../assets/img/LOGOS/Filmzie.webp") center / cover no-repeat;
}

#strcol {
  width: 80vw;
}

#tubi {
  background: url("../../assets/img/LOGOS/tubi.webp") center / cover no-repeat;
}

#prime {
  background: url("../../assets/img/LOGOS/prime.webp") center / cover no-repeat;
}

#google {
  background: url("../../assets/img/LOGOS/google.webp") center / cover no-repeat;
}

#mootoon {
  background: url("../../assets/img/LOGOS/mootoon.webp") center / cover no-repeat;
}

#okko {
  background: url("../../assets/img/LOGOS/okko.webp") center / cover no-repeat;
}

#wavve {
  background: url("../../assets/img/LOGOS/wavve.webp") center / cover;
}

.headwatch {
  padding-right: 0px;
  padding-left: 0px;
}

#more {
  border-width: 1px;
  border-color: var(--bs-warning);
  background: url("../../assets/img/LOGOS/more.webp") center / cover no-repeat, rgba(136,136,136,0.16);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.hdwnow {
  color: var(--bs-yellow);
  font-size: 12px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-shadow: 0px 0px 5px var(--bs-black);
  margin-top: 4px;
}

@media (min-width: 510px) {
  .hdwnow {
    color: var(--bs-yellow);
    font-size: 16px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-shadow: 0px 0px 5px var(--bs-black);
    margin-top: 4px;
  }
}

#header-bottom {
  background: radial-gradient(rgba(0,0,0,0.83) 0%, rgba(255,255,255,0) 62%);
}

#rotator {
  transform: translateX(-63px) translateY(-63px) scale(0.38);
}

#cinefox {
  background: url("../../assets/img/LOGOS/cinefox.webp") center / cover no-repeat;
}

#FILMIN {
  background: url("../../assets/img/LOGOS/Filmin.webp") center / cover no-repeat;
}

#modal {
  backdrop-filter: blur(7px) brightness(20%);
  -webkit-backdrop-filter: blur(7px) brightness(20%);
}

#introbox {
  width: 100%;
  height: min(80%, 90vw);
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

#prbox {
  min-width: 100px !important;
  max-width: 800px;
  height: 100%;
  min-width: 500px;
}

#intro {
  width: 90%;
  height: 90%;
}

#entersite {
  width: 165px;
  margin-top: 2vh;
  color: var(--bs-warning);
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  background: rgba(13,110,253,0);
  border-radius: 15px;
  border-color: var(--bs-modal-bg);
}

#backtosite {
  width: 165px;
  margin-top: 2vh;
  color: var(--bs-warning);
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  background: rgba(13,110,253,0);
  border-radius: 15px;
  border-color: var(--bs-modal-bg);
}

#prelease {
  backdrop-filter: blur(5px) brightness(31%);
  -webkit-backdrop-filter: blur(5px) brightness(31%);
}

#pressrelease {
  user-select: text;
  color: var(--bs-modal-bg);
  --bs-primary-rgb: 255,193,7;
  --bs-primary: #ffc107;
  text-align: justify;
}

#pressrelease-1 {
  user-select: text;
  text-align: center;
  color: var(--bs-modal-bg);
  font-size: min(3vh, 3vw, 19px);
}

.spcr3 {
  padding: 18px;
}

#releasetitle {
  color: var(--bs-warning);
}

#trailerbutts {
  max-width: 85%;
}

