@media all and (min-width: 1201px) {
.lb_gl{
	height: 100%;
	
}
.container{width: 100%;position: relative;height: 100%;}
.pictureSlider{height: 100%;transform: rotate(90deg)  translateY(25%) translateX(-25%);}
.poster-list{
	width: 100%;
	height: 100%;
}
.poster-item{height:510px;width:1007px;padding:0px -200px;
	transition: all 0.5s;cursor: default;
	-moz-transition: all 0.5s;cursor: default;
	-webkit-transition: all 0.5s;cursor: default;
	-o-transition: all 0.5s;cursor: default;
	transform: rotate(-90deg);
	overflow: hidden;
}

.for_btn{height:510px;overflow:hidden}

}


@media all and (min-width: 980px) and (max-width: 1200px){
    .lb_gl{
    	height: 100%;
    }
    .container{width: 100%;position: relative;height: 100%;}
    .pictureSlider{height: 100%;transform: rotate(90deg)  translateY(25%) translateX(-25%);margin-right:0px;}
    .poster-list{
    	width: 100%;
    	height: 100%;
    }
    .poster-item{
        height:510px;
        width:100%;
        padding:0px -200px;
    	transition: all 0.5s;cursor: default;
    	-moz-transition: all 0.5s;cursor: default;
    	-webkit-transition: all 0.5s;cursor: default;
    	-o-transition: all 0.5s;cursor: default;
    	transform: rotate(-90deg);
    	overflow: hidden;
    }
    
    .for_btn{height:510px;overflow:hidden}

}
.for_btn img{width:100%;}