html{
    height: 100%;
    overflow-x: hidden;
}

.curtains{
    width: 100%;
    z-index:1000;
    position:relative;
	 min-width:800px !important;
}

.curtains>li{
    
    background: white;
    position: fixed;
    display:block;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
	 min-width:800px !important;
    overflow: hidden;
    z-index:1;
}
.curtains>li.hidden{display:none;}
.curtains>li:first-child{z-index:2;}




.curtains section{ width:500px; min-height:800px; border:solid 0px #f30; padding:0px 0 0px 0px; margin:auto; line-height:200%; position:relative; left:0px;}









html#sp html{
    height:inherit !important;
    overflow-x: hidden;
}

html#sp .curtains{
	 width:auto !important;
	 z-index:1;
    position:relative;
	}

html#sp .curtains>li{ position:relative !important;  z-index:auto; top:auto; left:auto;overflow:auto;}
html#sp .curtains>li.hidden{display:block;}
html#sp .curtains>li:first-child{z-index:auto;}




