<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vjs-play-control.vjs-paused,
.vjs-volume-level,
.vjs-play-progress {
  background-color: var(--tekstkleur) !important; 
 }
 
 
 .vjs-default-skin .vjs-big-play-button {
    background-color: var(--tekstkleur);
    border: .09em solid #fff;
    left: 50%;
    top: 50%;
    margin-left: -1.6em !important;
    margin-top: -1.5em !important;
    width: 3em;
    height: 3em;
    -webkit-border-radius: 1.9em;
    -moz-border-radius: 1.9em;
    border-radius: 1.9em;
}
.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    background-color: var(--tekstkleur);
	box-shadow: 0 0 3em #fff;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before{
   
    color: white;
    text-shadow: none; 
    line-height: 1.2em;
    font-size: 2.4em;
    font-stretch: 130%;
    padding-left: 0px;
    -webkit-transform: scale(2.0, 1.0);
    -moz-transform: scale(2.0, 1.0);
    -ms-transform: scale(2.0, 1.0);
    -o-transform: scale(2.0, 1.0);
    transform: scale(1.3,1.0);
}
#boerenbusiness_video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

/*    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 3px);
    height: calc(100% + 3px);*/
    width: calc(100%);
    height: calc(100% + 1px);
}

#boerenbusiness_video.video-js:-webkit-full-screen{
	width: 100% !important;
	height: 100% !important;
}

#boerenbusiness_video.video-js.vjs-fullscreen{
	width: 100% !important;
	height: 100% !important;
}
</pre></body></html>