@keyframes moveBackground{0%{background-size:100% 100%}10%{background-size:80% 120%}20%{background-size:140% 190%}30%{background-size:110% 130%}40%{background-size:120% 150%}50%{background-size:100% 180%}60%{background-size:80% 220%}70%{background-size:50% 100%}80%{background-size:70% 120%}90%{background-size:90% 110%}to{background-size:100% 100%}}@media screen and (min-width:1280px){.large{display:flex}.medium,.small{display:none}}@media screen and (max-width:1280px) and (min-width:767px){.large{display:none}.medium{display:flex}.small{display:none}}@media screen and (max-width:767px){.large,.medium{display:none}.small{display:flex}}