// Sass for videojs-brand

.video-js {

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