.video-container {
  position: relative;
  height: auto;
}

@media (min-width: 800px) {

  /*choose the width you prefer*/
  .video-container {
    max-width: 50%;
    min-width: 33%;
  }
}

.video {
  background-color: #333333;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.video-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.video-btn:before {
  content: ' ';
  display: block;
  height: 85%;
}

#map {
  width: 100%;
  min-height: 300px;
  height: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.form-control,
.form-check-input {
  border-color: #d0d0d0;
}

.form-select {
  border: 0.0625rem solid #d0d0d0;
  height: 3rem;
  border-radius: 1rem;
}

textarea.form-control {
  min-height: 5rem;
}

.input-group-text-tl {
  background-color: transparent;
  border-top-color: rgba(208, 208, 208);
  border-bottom-color: rgba(208, 208, 208);
  border-left-color: rgba(208, 208, 208);
}

.input-group-input-tl {
  border-left-color: transparent;
}

.input-group-i-tl {
  font-size: 1.5rem !important;
  color: var(--primary);
}