﻿/*mobile screen style*/
@media screen and (max-height: 736px) {
    #viewer_panel_hor {
        height: 54px;
    }
    #viewer_popup_main_panel {
        bottom: 55px;
    }
}