.fsvideo-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  min-height: 600px;
  width: 100%;
}

.fsvideo-wrapper mux-player {
  --controls: none;
  --media-object-fit: cover;

  position: absolute;
  inset: 0;
  z-index: 0;
}

.fsvideo-wrapper mux-player::part(gesture-layer) {
  display: none;
}

select {
  appearance: none;
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  background-color: white;
  padding-right: 1.5rem; /* Space for custom arrow */
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cpath fill="%23333" d="M7 10l5 5 5-5z"/%3E%3C/svg%3E');
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  border-radius: 0.375rem;
  padding: 0.625rem 0.75rem;
}