h1 .short-text { display: none; }

@media (max-width: 1200px) {
    h1 .short-text { display: inline-block; }
    h1 .full-text { display: none; }
}
