@media screen and (max-width:980px){.reverse{display:flex;flex-direction:column-reverse}}@keyframes writeIn{from{clip-path:polygon(20% 0%,20% 0%,0% 100%,0% 100%)}to{clip-path:polygon(20% 0%,100% 0%,100% 100%,0% 100%)}}.write-animation{display:inline-block;animation-name:writeIn;animation-duration:2s;animation-timing-function:linear;animation-delay:.5s;animation-fill-mode:both;position:relative;left:-.6em;padding-bottom:0.14em;padding-left:1.8em;padding-right:0.3em;margin:0 -0.5em 0 -1em}.cta-overlay p{opacity:0;transition:1s;margin-top:35px;height:0}.cta-overlay:hover p{opacity:1;height:50px}