.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
}

