/* home */ .home-text{ width:90%; top:5%; left:5%; h1{ font-size:1.8em; line-height:1.5em; span{ font-size:2.6em; } } } .cloud { width: 50%; height: 200px; } .workstuff{ width:33%; right:5%; } .csstransforms p{ font-size:11px; margin:0; } .x1{ top:60%; -webkit-animation: moveclouds 15s linear infinite; -moz-animation: moveclouds 15s linear infinite; -o-animation: moveclouds 15s linear infinite; } .x2{ left:0; } @-webkit-keyframes moveclouds { 0% {margin-left: 200px;} 100% {margin-left: -200px;} } @-moz-keyframes moveclouds { 0% {margin-left: 200px;} 100% {margin-left: -200px;} } @-o-keyframes moveclouds { 0% {margin-left: 200px;} 100% {margin-left: -200px;} }