#fuselage {}

#fuselage section {
    margin-bottom: 60%;
}

#fuselage section.fuselage {
    margin-bottom: 90%;
}

#fuselage .surface .fuselage-tape {
    position: fixed;
    width:377px;
    height:311px;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
    z-index: -1;
    margin:0 auto;
}

#fuselage .background {
    background-size: cover;
    background-position: 50% 50%;
    z-index: -2;
}

#fuselage .background .seats {
    z-index: 0;
}

#fuselage .guide-walking canvas,
#fuselage .guide-walking img {
    position: absolute;
    width: 100%;
    min-height: 100%;
}