/* UI ICONS */
/* ICONS */
.stack-vocal-intro {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .stack-vocal-intro {
      display: block;
      justify-content: initial;
      align-items: initial; } }
  .stack-vocal-intro__background {
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    @media (min-width: 768px) {
      .stack-vocal-intro__background {
        top: 0;
        bottom: inherit; } }
    @media (min-width: 768px) {
      .stack-vocal-intro__background--mobile {
        display: none; } }
  .stack-vocal-intro__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    @media (min-width: 768px) {
      .stack-vocal-intro__background-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.5); } }
  @media (min-width: 768px) {
    .stack-vocal-intro__mobile-background {
      display: none; } }
  .stack-vocal-intro__screen-content {
    position: absolute;
    top: 16%;
    left: 59.5%;
    width: 161%;
    height: 41%; }
    .stack-vocal-intro__screen-content > img {
      width: 100%;
      height: 100%; }
    @media (max-width: 400px) and (min-height: 800px) {
      .stack-vocal-intro__screen-content {
        top: 16%;
        left: 61.5%;
        width: 195%;
        height: 41%; } }
    @media (min-width: 768px) {
      .stack-vocal-intro__screen-content {
        position: absolute;
        top: -2%;
        left: 53.5%;
        width: 64%;
        height: 64%;
        opacity: 0; } }
    @media (min-width: 992px) {
      .stack-vocal-intro__screen-content {
        top: -2%;
        left: 53%;
        width: 50.5%;
        height: 64.5%; } }
  .stack-vocal-intro__screen {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0; }
    @media (min-width: 768px) {
      .stack-vocal-intro__screen {
        min-height: auto; } }
  .stack-vocal-intro__text-container {
    color: #ffffff;
    text-align: center;
    transform: translateY(50%); }
    @media (min-width: 768px) {
      .stack-vocal-intro__text-container {
        text-align: left;
        margin-top: 174px;
        transform: inherit; } }
  .stack-vocal-intro h2 + p {
    margin-top: 18px; }
  .stack-vocal-intro__anim {
    display: none; }
    @media (min-width: 768px) {
      .stack-vocal-intro__anim {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 64%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .stack-vocal-intro__box {
    position: absolute;
    top: 58.5%;
    left: 36%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 62px; }
    .stack-vocal-intro__box > img {
      width: 100%; }
    @media (min-width: 768px) {
      .stack-vocal-intro__box {
        position: absolute;
        top: 64.5%;
        left: 46%;
        transform: translate(-50%, -50%) scale(1.5); } }
  .stack-vocal-intro__box-anim {
    width: 500px;
    height: 300px;
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .stack-vocal-intro__box-on {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
  .stack-vocal-intro__volume {
    position: absolute;
    bottom: 16px;
    left: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; }
  .stack-vocal-intro__volume-number {
    font-family: 'Arial', sans-serif;
    font-size: 13px; }
  .stack-vocal-intro__volume-bar {
    position: relative;
    border: 1px solid white;
    border-radius: 3px;
    padding: 3px;
    height: 291px;
    width: 15px;
    margin: 8px 0; }
  .stack-vocal-intro__volume-bar-hover {
    width: 8px;
    height: 80%;
    background: linear-gradient(to bottom, #E2001A 0%, #871D81 100%);
    border-radius: 1.5px;
    margin: 3px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .stack-vocal-intro__black-screen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0; }
