/*jssor slider loading skin spin css*/
.jssor-loading-indicator img {
  animation-name: jssor-loading-indicator;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssor-loading-indicator {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.brand-container > div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.brand-container > div > img {
    width: unset !important;
    height: 100% !important;
}