0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
.jma-title { position: absolute; top: 50%; transform: translate(0, -50%); left: 0; right: 0; } .jma-title h1 { max-width: 1044px; margin: 0 auto; font-size: 58px; line-height: 105%; color: #ffffff; padding: 0 10px } |
for the text box on the JumpStart slider:
0 1 2 3 4 5 6 7 8 9 10 |
.standard-slider .media-full .content { bottom: inherit; top: 50%; transform: translate(0, -50%); right: 30px; left: inherit; font-family: Yanone Kaffeesatz; width: 48%; } |