.lottie_desktop{display:block}
.lottie_mobile{display:none}
.lottie_tablet{display:none}
@media(max-width:425px){.lottie_desktop{display:none}
.lottie_mobile{display:block}
.lottie_tablet{display:none}
}
@media(min-width:426px) and (max-width:1024px){.lottie_desktop{display:none}
.lottie_mobile{display:none}
.lottie_tablet{display:block}
}