.imagen-maxiauto {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

.imagen-full {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
  display: block;
}
