/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 24, 2018, 11:29:55 AM
    Author     : debraindev
*/

@media screen and (orientation:landscape) and (max-height:500px){
    .lockscreen{
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 4000;
        top: 0;
        left: 0;
        background: url(../img/rotate.png) no-repeat;
        background-size: contain;
        background-position: center;
        background-color: #ffffff;
    }
}

