@charset "UTF-8";

#movies{
    background: url("../img/movie_bg.jpg") no-repeat center top;
	background-size: 100% auto;    
}
#movies .inner2{
    width:89.375%;
    margin:0 auto;
}
#movies .inner2 .movie_btn{
    position:relative;
    margin-bottom:7%;
}
#movies .inner2 .movie_btn3{
    margin-bottom:0%;
} 
#movies .inner2 .movie_btn a{
    position:absolute;
    width:100%;
    display:none;
}

.pagetop {
    bottom:70%;
}