@media screen and (max-height: 900px) and (orientation: landscape) {
/* Home Header */
#homeHeader {
  height: 80%;
}
.item {
  height: 80vh;
}
.productoImg {
  max-width: 450px;
  bottom: -50px;
}
.productoMarca {
  top: 170px;
}
/*  */
}

@media screen and (max-height: 600px) and (orientation: landscape) {
/* Home Header */
#homeHeader {
  height: 100%;
}
.item {
  height: 100vh;
}
.productoImg {
  max-width: 200px;
  bottom: -25px;
}
.productoMarca {
  top: 25px;
  max-width: 200px;
}
/*  */
}
