.trip-video-wrapper {
  max-width: 560px;
  margin-top: 20px;
  padding-left: 20px;
  text-align: start;
}

.trip-video-title {
  text-align: left;
  font-size: 1.75rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #111827;
  padding: 0px 15px;
}
.trip-video-container {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding-bottom: 56.25%;
  height: 0;
}

.trip-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 600px) {
  .trip-video-title {
    font-size: 1.5rem;
  }
}
