.heropage{position:relative;width:100%;height:100vh}.hero-content{position:relative;width:30%;height:100%;flex-direction:column}.hero-article{position:relative;width:90%;height:3%;animation:fadeup 1s ease-in-out .5s;animation-fill-mode:forwards;visibility:hidden}.hero-article h1{font-size:2rem;font-weight:700;color:#000}.hero-article p{font-weight:5 0;font-size:1.4rem;color:#000}.hero-machine-image{position:relative;width:65%;height:100%;display:flex;justify-content:center;align-items:center}.hero-machine-image img{position:relative;max-width:100%;max-height:100%;width:100%}@keyframes fadeup{0%{visibility:visible;top:20%;opacity:.1}to{visibility:visible;top:0}}@media only screen and (max-width:900px){.heropage{flex-direction:column;flex-wrap:wrap}.hero-content{width:100%;height:30%}.hero-machine-image{width:100%;height:40%}.hero-machine-image img{max-width:80%}}