@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(-359deg)}}.loading-indicator-container .rotate{animation:rotation 2s infinite linear}.loading-indicator-container svg{height:100px;width:100px;color:#757575}@media all and (min-width:40em){.loading-indicator-container svg{height:150px;width:150px}}
