@media (orientation: landscape) {
  .device-sm .bookzo-search .form-inline {
    display: flex !important;
    align-items: stretch;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-content: center;
  }
}
