@media (min-width: 768px) {
  .cc-animate-enabled [data-cc-animate],
  .js .cc-animate-enabled [data-cc-animate],
  .js .cc-animate-enabled [data-cc-animate].fade-in,
  .js .cc-animate-enabled [data-cc-animate].fade-in-up {
    opacity: 1 !important;
    transform: none !important;
  }
}
