@media screen and (max-width: 768px) {
  #motive {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    height: auto !important;
    min-height: 220px !important; /* Zvětší prostor pro celý stroj */
    margin-top: 50px !important;  /* Odstrčí stroj dolů pod vyhledávací lištu */
  }
}

