@media screen and (max-width: 600px) {
  .ltn__header-options-desktop {
    visibility: hidden;
    display: none;
  }
}

.ShortHostelDescription {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
