@media screen and (max-height: 900px) and (orientation: landscape) {
/* Nosotros Header */
.item-caption {
  top: 50%;
}
/*  */
}

@media screen and (max-height: 600px) and (orientation: landscape) {
/* Nosotros Header */
#nosotrosHeader {
  height: 100%;
}
.item {
  height: 100vh;
}
.item-caption {
  top: 90px;
}
.item-caption h1 {
  font-size: 20px;
}
.item-caption p {
  font-size: 13px;
}
/*  */
}
