// Sass for videojs-stop-button

.video-js {

  // This class is added to the video.js element by the plugin by default.
  &.vjs-stop-button {
    display: block;
  }
}
