/* orientation : landscape */

@media only screen and (min-device-width: 360px) and (max-device-width: 768px) and (orientation: landscape) {

    /* .idle_screen {
      
        background-size: cover;
        align-items: flex-start;
        height: 100%;
    } */
    .idle_screen .inner_box span.span_btn {
        width: 30px;
      
    }
}


/* orientation : Portrait */
@media only screen and (min-device-width: 360px) and (max-device-width: 768px) {
    /* .idle_screen {
        height: 100%;
        background-size: cover;
        align-items: flex-start;
    } */
   
    .idle_screen .inner_box span.span_btn {
        width: 30px;
      
    }
}
