@media (orientation: landscape) {
  .device-md .uk-logo img {
    margin-top: -10px;
    padding: 0 0 20px 0;
  }
  .device-md .header h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .device-md .bookzo-search .form-inline {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: row;
  }
  .device-md .zoeken .uk-container {
    max-width: 80%;
  }
  .device-md .spotlight .bookzo-bootstrap .col-xl-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .device-md .spotlight .bookzo-bootstrap .col-md-6 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .device-md .spotlight h3 {
    line-height: 21px;
  }
}
