/*
 * FifoConsult Responsive - Tablet HYRO
 * Normal tablet centering for the HYRO scroll teaser scenes.
 */

@media (min-width: 701px) and (max-width: 1180px) and (min-height: 501px) {
    .fc-hyro-teaser__scene,
    .fc-hyro-teaser__scene--architecture,
    .fc-hyro-teaser__scene--value {
        left: 50%;
        right: auto;
        text-align: center;
        justify-items: center;
        transform: translate(-50%, -50%);
    }

    .fc-hyro-teaser__scene {
        width: calc(100vw - 150px);
        max-width: calc(100vw - 150px);
    }

    .fc-hyro-teaser__scene--architecture,
    .fc-hyro-teaser__scene--value {
        width: calc(100vw - 150px);
        max-width: calc(100vw - 150px);
    }

    .fc-hyro-teaser__label,
    .fc-hyro-teaser__title,
    .fc-hyro-teaser__subtitle,
    .fc-hyro-teaser__micro,
    .fc-hyro-teaser__pillars {
        margin-left: auto;
        margin-right: auto;
    }

    .fc-hyro-teaser__title,
    .fc-hyro-teaser__micro,
    .fc-hyro-teaser__pillars {
        justify-content: center;
    }

    .fc-hyro-teaser__scene--film .fc-hyro-teaser__calibration {
        display: none;
    }
}

@media (min-width: 1041px) and (max-width: 1180px) and (min-height: 501px) {
    .fc-hyro-teaser__scene {
        width: calc(100vw - clamp(48px, 8vw, 110px) - clamp(86px, 12vw, 160px));
        max-width: calc(100vw - 220px);
    }

    .fc-hyro-teaser__scene--architecture,
    .fc-hyro-teaser__scene--value {
        width: calc(100vw - 280px);
        max-width: calc(100vw - 280px);
    }
}

@media
  (min-width: 700.5px) and (max-width: 701.5px) and
  (min-height: 599.5px) and (max-height: 600.5px) {
    .fc-hero-center-logo {
        width: 184px;
        height: auto;
    }
}
