/* Jetotam custom image tweaks */
.hero-1 .hero-image img {
  max-width: 520px;
  width: 100%;
  height: auto;
}

.about-section .superhero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.game-image-items > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.testimonial-section.bg-cover {
  background-position: center;
  background-size: cover;
}

.testimonial-section.bg-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.testimonial-section {
  position: relative;
}

.testimonial-section .container {
  position: relative;
  z-index: 1;
}
