/* @media only screen and (max-width: 1024px) { */
@media (min-width: 768px) and (max-width: 1024px) {
  .lottieCanvas {
    /* transform: scale(0.85) !important; */
  }
}
