@media screen and (max-height: 600px) and (orientation: landscape) {
/* Nosotros Header */
#serviciosHeader {
  height: 100%;
}
.item {
  height: 100vh;
}
.item-caption {
  bottom: 10px;
  padding: 0 33px 0 0;
}
.item-caption h1 {
  font-size: 25px;
}
.item-caption p {
  font-size: 15px;
}
/*  */
}
