.video-layout {
  display: flex;
  gap: 32px;
  align-items: center;
}

.video-layout-left {
  flex: 0 0 55%;
  min-width: 0;
}

.video-layout-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1015px) {
  .video-layout {
    flex-direction: column;
  }
  .video-layout-left,
  .video-layout-right {
    flex: none;
    width: 100%;
  }
}
.video-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.travel-map-wrapper {
  width: 100%;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.travel-map-inner {
  width: 100%;
  height: 100%;
}
