 @media (max-width: 640px) { /* Tailwind's sm breakpoint, i.e., mobile */
        #player {
            min-height:400px!important;
        }  .d {
            display:none;
        }
    }  
      
      
        .plyr--full-ui input[type=range] {
  color: #009999;
}

.plyr__control--overlaid {
   background: #009999;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #009999;
}

.plyr__control.plyr__tab-focus {
            box-shadow: 0 0 10px #007F7F; /* Darker box-shadow */


}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
 background: #009999;
}
  .plyr__control.plyr__control--overlaid {
    width: 70px; /* Set the desired width */
    height: 70px; /* Set the desired height */
    border-radius: 50%; /* Makes the button round */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
}

/* Adjust the icon size within the button */
.plyr__control.plyr__control--overlaid svg {
    width: 40px; /* Adjust the icon width */
    height: 40px; /* Adjust the icon height */
}

/* Additional styles for better visibility */
.plyr__control.plyr__control--overlaid .plyr__sr-only {
    display: none; /* Hide screen reader text */
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
    /* Full-screen adjustments for Android devices */
    .plyr--full-ui .plyr__video-wrapper {
        max-height:700px;
        display: flex; /* Use flexbox for alignment */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    
}
@media (max-width: 768px) {
  .plyr__volume {
    display: none !important;
  }  .plyr__control[data-plyr="settings"] {
    display: none !important;
  }
}