.gb-element-9db958bb {
  animation: heroRotation 24s infinite;
  background-size: cover;
  background-position: center;
}

@keyframes heroRotation {
  0% {
    background-image: url("https://tarotathala.com/wp-content/uploads/2025/03/portada.jpg");
  }
  33% {
    background-image: url("https://tarotathala.com/wp-content/uploads/2026/02/portada-copia.jpg");
  }
  66% {
    background-image: url("https://tarotathala.com/wp-content/uploads/2026/02/prueba.jpg");
  }
  100% {
    background-image: url("https://tarotathala.com/wp-content/uploads/2025/03/portada.jpg");
  }
}