/* Transition Transform */ .section:hover { transform: translateX(0px) translateY(75px); } .section { transition: transform 500ms ease-in-out 25ms; }