@media screen and (min-width: 320px) and (max-width: 600px) {
  .container {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
