
:root {
  --plyr-color-main: #ee1013; /* Change to your brand color */
  --plyr-control-icon-size: 16px;
  --plyr-audio-controls-background: #ff0;
}

.plyr{
border-radius: 15px;  
}

/* Reset default range styling */
.plyr__controls input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  box-shadow: none !important;
}

/* Remove shadows and borders */
.plyr__controls input[type=range]::-webkit-slider-runnable-track,
.plyr__controls input[type=range]::-moz-range-track {
  
  box-shadow: none !important;
  border: none !important;
}

/* Remove thumb shadow */
.plyr__controls input[type=range]::-webkit-slider-thumb {
  box-shadow: none !important;
}

.plyr__controls input[type=range]::-moz-range-thumb {
  box-shadow: none !important;
}

/* Increase size of the large play button */
.plyr__control--overlaid {
    width: 60px !important;
    height: 60px;
    font-size: 20px;
}

/* Optional: adjust the icon size inside */
.plyr__control--overlaid svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.mfp-content .plyr__control--overlaid {
    width: 100px !important;
    height: 100px;
    font-size: 40px;
}

/* Optional: adjust the icon size inside */
.mfp-content .plyr__control--overlaid svg {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.plyr--hide-initial-controls .plyr__controls {
    display: none !important;
}

.bb-video-popup-body .plyr__poster{
border: #ee1013 thin solid;  
border-radius: 15px;
background-size: cover;
}

video {
    display: none;
  }