.LockScreen {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    /* background-image: url('../Images/Progress.gif');*/
    background-image: url('../Images/CubeRubik.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.LockScreen1 {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 101%;
    height: 101%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url('../Images/CubeRubik.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.LockScreen2 {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    /*top: 875px;*/
    top:90%;
    left: 0px;
    width: 100%;
    height: 101%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url('../Images/CubeRubik.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
