div#page-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color:#000;
}

section, .page {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

section#home {}
section#about {left:100%;}
section#location {left:200%;}
section#tickets{left:300%;}
section#cafe{left:400%;}
section#events{left:500%;}
section#news{left:600%;}
section#contacts{left:700%;}

div#framePanorama1 div.mSCover img {margin-top:0 !important;}