#nitro-v16-memory {
  background-image: url("../../assets/images/nitro-v16/bg-memory.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 120%;
}

#nitro-v16-memory .memory-img-sm {
  max-width: 75%;
}

#nitro-v16-memory .memory-img {
  max-width: 300px;
  margin: auto;
}

@media (min-width: 768px) {
  #nitro-v16-memory .memory-img {
    max-width: 400px;
  }
}

@media (min-width: 924px) {
  #nitro-v16-memory {
    background-image: url("../../assets/images/nitro-v16/bg-memory.png");
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: -4% 50%; /* -4% à direita e 50% no centro vertical */
  }

  #nitro-v16-memory .memory-img {
    max-width: 200%;
  }
}

@media screen and (min-width: 1400px) {
  #nitro-v16-memory .memory-img {
    margin-left: 15px;
  }
}
