.hero-section{display:flex;align-items:center;justify-content:space-between;margin:70px auto 0}@media (max-width:1200px){.hero-section{flex-direction:column-reverse}}.hero-section .real{color:#facc15}.hero-section .tv{width:60%;position:relative;padding-bottom:40%;background-image:url(/tv.png);background-size:contain;background-repeat:no-repeat;background-position:50%}@media (max-width:1200px){.hero-section .tv{width:100%;padding-bottom:75%}}.hero-section .tv video{z-index:-1;position:absolute;top:5%;left:17%;width:65%;height:82%;object-fit:cover;border-radius:8px}@media (max-width:1200px){.hero-section .tv video{width:70%;left:15%}}.hero-section .hero-text{align-self:flex-end;width:40%}@media (max-width:550px){.hero-section .hero-text{font-size:14px}}@media (max-width:360px){.hero-section .hero-text{font-size:12px}}.hero-section .hero-text h1{font-size:3rem;height:3rem}@media (max-width:550px){.hero-section .hero-text h1{font-size:2rem;height:2rem}}@media (max-width:360px){.hero-section .hero-text h1{font-size:1.7rem;height:1.7rem}}@media (max-width:1200px){.hero-section .hero-text{width:100%}}