html, body {
  background-color: #333333 !important;
}

.wall-item-text {
  display: none;
}

.wall-item:hover .wall-item-container .wall-item-anchor .wall-item-text {
  display: block;
}

.card {
  background-color: #4d4d4d;
}


/* ========== Player Controls Styling ========== */
.vjs-big-button-group {
  height: calc(100% - 180px) !important;
  top: 90px !important;
  justify-content: center !important;
}

.vjs-big-button-group button {
  width: 120px !important;
  display: flex;
  justify-content: center;
  align-content: center;
  overflow: hidden;
}

.vjs-big-button-group button.skip-back {
  padding-left: 120px;
  box-sizing: content-box;
}

.vjs-big-button-group button.skip-forward {
  padding-right: 120px;
  box-sizing: content-box;
}

.vjs-big-button-group .vjs-icon-placeholder {
  display: flex !important;
  width: 100%;
  position: relative;
}

.vjs-big-button-group .vjs-icon-placeholder::before {
  line-height: 0px !important;
  align-content: center;
}

.vjs-big-button-group button.skip-back ::before {
  transform: rotate(-45deg) !important;
}

.vjs-big-button-group button.skip-forward ::before {
  transform: scaleX(-1) rotate(-45deg) !important;
}

