/*.tx-lzpb-mediencenter .able-button-handler-faster,*/
/*.tx-lzpb-mediencenter .able-button-handler-slower {*/
/*  display: none !important;*/
/*}*/

/*.tx-lzpb-mediencenter .able-pipe {*/
/*  display: none !important;*/
/*}*/

.tx-lzpb-mediencenter .able {
  z-index: 1;
}

.tx-lzpb-mediencenter .video-wrapper .ribbon-wrapper--absolute {
  z-index: 2;
}

.tx-lzpb-mediencenter .able-big-play-button svg {
  max-width: 50px;
  max-height: 50px;
}

.tx-lzpb-mediencenter .able-left-controls, .able-right-controls { gap: 10px; }

@media (width < 480px) {
  .tx-lzpb-mediencenter .able-control-row div[role=button] {
    min-width: 24px;
    height: 24px;
  }
}

@media (width < 768px) {
  .tx-lzpb-mediencenter .able-sign-window, .able-transcript-area {
    position: static !important;
    width: 100% !important;
  }
}

.tx-lzpb-mediencenter .able-wrapper.fullscreen {
  background: #000;
  height: 100vh !important;
  width: 100vw !important;
}

.tx-lzpb-mediencenter .able-wrapper.fullscreen .able {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.tx-lzpb-mediencenter .able-wrapper.fullscreen .able-vidcap-container,
.tx-lzpb-mediencenter .able-wrapper.fullscreen .able-media-container {
  display: flex;
  flex: 1 1 auto;
  height: auto !important;
  min-height: 0;
  width: 100%;
}

.tx-lzpb-mediencenter .able-wrapper.fullscreen video {
  background: #000;
  height: 100% !important;
  object-fit: contain;
  width: 100% !important;
}

.tx-lzpb-mediencenter .able-wrapper.fullscreen .able-player {
  flex: 0 0 auto;
}
