.plyr button.plyr__control,
button.plyr__control {
background-color: transparent;
border: 0;
border-radius: 4px;
color: inherit;
}
.plyr button.plyr__control:hover,
.plyr button.plyr__control:focus,
button.plyr__control:hover,
button.plyr__control:focus {
background-color: var(--plyr-color-main, #00b2ff);
border: 0;
color: #fff;
}