/*body { 
  background: url(../img/login-background-f0e1c91149eeb49ccdfc1dc119ed8608.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.videoBackground{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .videoBackground{
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .videoBackground{
        width: auto;
        height: 100%;
    }
}

@media (max-width: 767px) {
    body { 
        background: url(../img/login-background-f0e1c91149eeb49ccdfc1dc119ed8608.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .videoBackground {
        display: none;
    }
}