*{
  box-sizing: border-box;
  padding:0;
  margin:0;
}

body{
  background-color:#000;
  background-image:url('../images/rs-all-editions-bg.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.br-section-one{
  width:100vw;
  height:100vh;
  display:flex;
  align-items: center;
  justify-content: center;
}

.br-logo-center{
  width:70%;
}

.br-logo{
  width:100%;
}