.home-container{display:flex;flex-direction:column;gap:68px}.background-video{border-radius:14px;width:100%;height:auto}.home-cont{display:flex;flex-direction:column;gap:48px;width:100%;height:auto;.home-logo{width:100%;height:auto;animation:SlideAnimation .9s ease-in-out forwards}.animaLogo{overflow:hidden}p{width:450px;font-size:1.8rem;animation:SlideAnimation .9s ease-in-out forwards}}@keyframes SlideAnimation{0%{transform:translateY(120%)}to{transform:translateY(0)}}@media (max-width:600px){.background-video{height:440px;object-fit:cover}}@media (max-width:440px){.home-cont{p{width:200px;font-size:.8rem}}}