#coming-soon h1{font-size:25px;position:absolute;top:20px;margin-left:20px}.marquee-wrapper{max-width:100%;overflow:hidden}.marquee{white-space:nowrap;overflow:hidden}.marquee,.marquee h2,.marquee p{display:inline-block}.marquee p{line-height:normal}.marquee1,.marquee3{animation:marqueeleft 60s linear infinite}.marquee2{animation:marqueeright 60s linear infinite}@keyframes marqueeleft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeright{0%{transform:translate(-50%)}to{transform:translate(0)}}