#rotate_device {

    position:               absolute;
    background-color:       #000000;
    background-image:       url('../assets/rotate.png');
    background-repeat:      no-repeat;
    background-position:    center center;
    z-index:                9998;
    width:                  100%;
    height:                 100%;
    top:                    0px;
    left:                   0px;

}

#expand_screen {

    position:               absolute;
    background-color:       #000000;
    background-image:       url('../assets/expand.gif');
    background-size:        50% auto;
    background-repeat:      no-repeat;
    background-position:    center center;
    z-index:                9998;
    width:                  100%;
    height:                 100%;
    top:                    0px;
    left:                   0px;

}