@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.image-text-panel .visible{animation:.3s linear forwards fadeIn}.image-text-panel .hidden{animation:.3s linear forwards fadeOut}
