.video-modal-bg {
  background: linear-gradient(135deg, rgba(34, 34, 34, 1) 1%, rgba(0, 0, 0, 1) 100%);
}

.video-modal-overlay {
  background:
    linear-gradient(69deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 51%);
}

.video-modal-block [data-tab-button],
.video-modal-block .tab-pill-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}

.video-modal-block .tab-pill-btn {
  padding: 0;
  bottom: 32px;
  left: 32px;
}

.video-modal-block .video-modal-play-indicator {
  bottom: 32px;
  left: 32px;
}

.video-modal-block button {
  border: none;
  border-radius: 0 !important;
  padding: 0 !important;
}