.videojs-container {
  max-width: 100%;
}
.videojs-container .video-js {
  height: auto;
  aspect-ratio: 16/9;
  max-width: 100%;
}
.videojs-container.alignfull .video-js {
  width: 100%;
}

.video-js .vjs-play-progress {
  background: var(--brand-green);
}
.video-js .vjs-control {
  color: var(--brand-green);
}
.video-js .vjs-time-control {
  color: white;
}

.vjs-theme-forest {
  --vjs-theme-forest--primary: var(--brand-green);
}
.vjs-theme-forest .vjs-big-play-button {
  backdrop-filter: blur(20px);
  clip-path: circle();
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%2381b350'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 01-3.604.194 3.492 3.492 0 01-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 013.604.194l20.433 13.843a3.497 3.497 0 01.001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 00-.276-.09.51.51 0 00-.239.062.483.483 0 00-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0058.6 44a.49.49 0 00-.22-.413z'/%3E%3C/svg%3E");
}
.vjs-theme-forest .vjs-play-control .vjs-icon-placeholder:before {
  color: var(--vjs-theme-forest--secondary);
  background-color: var(--vjs-theme-forest--primary);
}
.vjs-theme-forest .vjs-volume-bar:before {
  border-bottom: 2em solid var(--vjs-theme-forest--secondary);
}
.vjs-theme-forest .vjs-volume-level:before {
  border-bottom: 2em solid var(--vjs-theme-forest--primary);
}