.video-player--bg-patttern::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}
.video-player--bg-patttern.lime-green::after {
  background-color: var(--lime-green)
}
.video-player--bg-patttern.grey::after {
  background-color: var(--base-4)
}