/* --------------------------------------------------------------- Video */ .video-wrapper { max-width: 640px; div.video-js.vjs-default-skin { button { background-color: transparent; border-radius: 0; &:hover, &:focus { background-color: rgba(0,0,0,0.25); } &.vjs-big-play-button { background-color: rgba(0,0,0,0.75); border: 1px solid #222; border-radius: 50%; font-size: 40px; height: 75px; left: 42% !important; line-height: 75px; top: 40% !important; width: 75px !important; &:hover, &:focus { background-color: rgba(0,0,0,0.85); } } } } }