:root .base-loading__container {
  /* Do not change, is lined up with Loading Component */
  margin-top: 180px;

}

@keyframes brand-pulse {
  0%, 100% { opacity: 0.15; }
  50%       { opacity: 0.75; }
}

.brand-loader {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  background-image: url('/iconic_highres.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: brand-pulse 2s ease-in-out infinite;
}
