/* SPACE 360° — HERO SECTIONS */
.space360-concept-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding: 110px 0; background: url('../../images/concept-hero.jpg') center center / cover no-repeat; }

/* SEGUNDO HERO — SPLIT SECTION */
.space360-split-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding: 110px 0; background: url('../../images/concept-hero.jpg') center center / cover no-repeat; }

/* MOBILE */
@media (max-width: 600px) {
    .space360-concept-hero,
    .space360-split-hero { min-height: auto; padding: 90px 0; }
    .space360-split-hero .split-section__copy { max-width: 100%; }
}