body {
  background-color: powderblue;
}

.responsive {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.fit {
  width: 100%;
  height: 100vh;
  object-fit: contain;
}
