/**
 *
 * Apply your custom CSS here
 *
*/

body {
  background-image: url('../images/djstreams_background.jpg');
  background-size:cover;
  height:100vh;
  width:100%;
  background-repeat: no-repeat;
}

.videoframe {
  display: none;
}
