:root {
  --destination-page-text-bg: #ffffff;
  --destination-page-text-color: #000000;
}

#destination-photo-cont {
  width: 100%;
  background-color: #212121;
  text-align: center;
}

#destination-photo {
  min-height: 350px;
  max-height: 90vh;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#destination-text-cont {
  padding: 5vh;
  background: var(--destination-page-text-bg);
}

#destination-text {
  white-space: pre-wrap;
  color: var(--destination-page-text-color);
}

#destination-text-inner {
  padding: 15px;
}