#backward-icon-container,
#forward-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 8px;
}

.forward-icon {
  font-size: 13px;
}
.backward-icon {
  font-size: 13px;
  transform: rotateY(180deg);
}
.vjs-menu-item[aria-checked="true"]{
  color: orange !important;
}