.marquee-text{display:flex;width:-moz-max-content;width:max-content;animation:marquee 120s linear infinite;white-space:nowrap}.marquee-text span{padding-right:10px}.marquee-photo{overflow:hidden}.marquee-photo-track{display:flex;animation:marquee-reverse 160s linear infinite;will-change:transform}.marquee-photo-track>div{flex:0 0 350px;width:350px}@media print,screen and (min-width:768px){.marquee-photo-track>div{flex:0 0 460px;width:460px}}@media print,screen and (min-width:1024px){.marquee-photo-track>div{flex:0 0 512px;width:512px}}.marquee-photo-track>div span{display:block!important}.marquee-photo-track img{display:block;height:auto;width:350px!important}@media print,screen and (min-width:768px){.marquee-photo-track img{width:460px!important}}@media print,screen and (min-width:1024px){.marquee-photo-track img{width:512px!important}}.marquee-photo-track-reverse{display:flex;animation:marquee-reverse 30s linear infinite;will-change:transform}.marquee-photo-track-reverse>div{flex:0 0 350px;width:350px}@media print,screen and (min-width:768px){.marquee-photo-track-reverse>div{flex:0 0 460px;width:460pxt}}@media print,screen and (min-width:1024px){.marquee-photo-track-reverse>div{flex:0 0 512px;width:512px}}.marquee-photo-track-reverse img{display:block;height:auto;width:350px!important}@media print,screen and (min-width:768px){.marquee-photo-track-reverse img{width:460px!important}}@media print,screen and (min-width:1024px){.marquee-photo-track-reverse img{width:512px!important}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}