.poster {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.poster .bg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fcf9fe;
}

.poster .bg-wrap video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.poster .poster-sign {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 100vh;
  left: 50%;
  width: 1100px;
  min-height: 280px;
  -webkit-transform: translate(-50%, -830px);
  transform: translate(-50%, -830px);
}

.poster .poster-sign .logo {
  width: 575px;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
}

.poster .poster-sign .characters {
  width: 1100px;
}

.poster .poster-sign .characters1 {
  width: 800px;
  display: none;
}

.brick-logo {
  width: 150px;
  position: absolute;
  top: 95vh;
  left: 10px;
  z-index: 11;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
}

@media (min-width: 1921px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -1160px);
    transform: translate(-50%, -1160px);
  }
  .poster .poster-sign .characters {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-bottom: 250px;
  }
  .brick-logo {
    left: 3vw;
    top: 93vh;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@media (max-height: 1300px) and (min-width: 1921px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -1060px);
    transform: translate(-50%, -1060px);
  }
  .poster .poster-sign .characters {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-bottom: 150px;
  }
}

@media (max-height: 1200px) and (min-width: 1921px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -930px);
    transform: translate(-50%, -930px);
  }
  .poster .poster-sign .characters {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    margin-bottom: 50px;
  }
}

@media (max-height: 1000px) and (min-width: 1921px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -830px);
    transform: translate(-50%, -830px);
  }
  .poster .poster-sign .characters {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 10px;
  }
  .brick-logo {
    top: 92vh;
  }
}

@media (max-height: 900px) and (min-width: 1921px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -750px);
    transform: translate(-50%, -750px);
  }
  .poster .poster-sign .characters {
    margin-top: -50px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-bottom: 0px;
  }
  .brick-logo {
    top: 91vh;
  }
}

@media (max-height: 800px) and (max-width: 1280px) and (min-width: 767px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -660px);
    transform: translate(-50%, -660px);
  }
  .poster .poster-sign .characters {
    margin-top: -100px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin-bottom: 0px;
  }
  .brick-logo {
    left: 10px;
    top: 93vh;
  }
}

@media (max-height: 700px) and (max-width: 1280px) and (min-width: 767px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -585px);
    transform: translate(-50%, -585px);
  }
  .poster .poster-sign .characters {
    margin-top: -160px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .brick-logo {
    top: 92vh;
  }
}

@media (max-height: 600px) and (max-width: 1280px) and (min-width: 767px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -520px);
    transform: translate(-50%, -520px);
  }
  .poster .poster-sign .characters {
    margin-top: -200px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .brick-logo {
    top: 91vh;
  }
}

@media (max-height: 530px) and (max-width: 1280px) and (min-width: 767px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -450px);
    transform: translate(-50%, -450px);
  }
  .poster .poster-sign .characters {
    margin-top: -240px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
  .brick-logo {
    top: 90vh;
  }
}

@media (max-height: 450px) and (max-width: 1280px) and (min-width: 767px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -380px);
    transform: translate(-50%, -380px);
  }
  .poster .poster-sign .characters {
    margin-top: -280px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
  .brick-logo {
    top: 89vh;
  }
}

@media (max-width: 767px) and (max-height: 900px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -640px);
    transform: translate(-50%, -640px);
  }
  .poster .poster-sign .characters {
    margin-top: -100px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .brick-logo {
    top: 94vh;
  }
}

@media (max-width: 550px) and (max-height: 900px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -555px);
    transform: translate(-50%, -555px);
  }
  .poster .poster-sign .characters {
    margin-top: -160px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  .brick-logo {
    top: 93vh;
  }
}

@media (max-width: 430px) and (max-height: 900px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -605px);
    transform: translate(-50%, -605px);
  }
  .poster .poster-sign .characters {
    display: none;
  }
  .poster .poster-sign .characters1 {
    display: block;
    margin-top: -200px;
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@media (max-width: 400px) and (max-height: 900px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -580px);
    transform: translate(-50%, -580px);
  }
  .poster .poster-sign .characters1 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
}

@media (max-width: 350px) and (max-height: 900px) {
  .poster .poster-sign {
    -webkit-transform: translate(-50%, -565px);
    transform: translate(-50%, -565px);
  }
  .poster .poster-sign .characters1 {
    margin-top: -220px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .poster .poster-sign .logo {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
}
