.content {
    aspect-ratio: 8000 / 1938;
    background-position: center 0px;
}


@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .info-box {
        right: 10%;
    }
}

@media screen and (min-width: 1601px) {
    .info-box {
        right: 18%;
    }
}

.franja-imagen{
  position: relative;
  width: 100%;
  overflow: hidden;
  }

.franja-imagen img{
    bottom:0;
}