.slide-welcome {
  background: #000;
  flex-direction: column;
  text-align: center;
  gap: 4vh;
}

.slide-welcome .welcome-logo {
  max-width: 70vw;
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
