Places it’s tempting to use `display: none;`, but don’t

Help yourself be better at accessibility by using better hiding techniques that don’t use display: none;. This involves some tricks like using more clever class names, being fancier with how you deal with JavaScript library animations, or avoiding hiding all together.