
/* Vide slider css */
iframe button.ytp-large-play-button.ytp-button.ytp-large-play-button-red-bg {
    display: none;
}
.bafg-video-control-area {
    display: flex;
    justify-content: space-around;
	padding: 15px 0;
}
.bafg-play-button,.bafg-video-sound,.bafg-pause-button  {
    cursor: pointer;
}
.bafg-pause-button{
    display: none;
}
.bafg-mute {display: none;}
.bafg-twentytwenty-container video{
    max-width: 100%;
}