
#my-video .vjs-big-play-button:hover {
  background-image: url('/img/video_player/play_hover.png');
}

#my-video .vjs-big-play-button {
background-color: transparent;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
margin-top: 0;
margin-left: 0;
bottom: 0;
background-image: url('/img/video_player/play.png');
background-repeat: no-repeat;
/*background-size: 46px;*/
background-position: 50% calc(50% + 5px);
border: none !important; // @stylint ignore
box-shadow: none !important; // @stylint ignore
&:before {
content: "";
display: none;
}
&:hover {
background-color: transparent;
opacity: .7;
}
}
