body {
align-items: center;
background-attachment: fixed;
  background-image: url(../img/desktopBVSTVRD.png);
  background-size: cover;!important
  background-repeat: no-repeat; !important
  background-position: 50% 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  background-color: #000000;
    overflow: hidden;
}

@media screen and (max-width : 1080px)
{
  body {
  align-items: center;
  background-attachment: fixed;
  /*max-width: 200px;*/
  background-image: url(../img/mobileBVSTVRD.png);
  background-size: contain;
  background-size: cover;!important
  background-repeat: no-repeat; !important
  background-position: 50% 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  background-color: #000000;
  overflow: hidden;
  }
}

#copyright { 
    font-family: sans-serif;
    font-size: 10px;
    text-align: center;
    margin-top: auto;
    margin-left: -10px;
    color: #FFFFFF;
    font-weight: 100;
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;
}

@media screen and (max-width : 1080px)
{
    #copyright {
        font-size: 20px;
        height: 90px;
    }
}
