/* airport entrane doors */

.full-image-entrance {
    background-image: url('images/Airport Terminal Entrance/fullimage.png');
    z-index: 0;
}

.airport-entrance {
    background-image: url('images/Airport Terminal Entrance/Arrival-hall-rework.png');
    z-index: 1;
}

.left-door {
    width: 14%;
    height: 83%;
    top: 11%;
    left: 37%;
    background-image: url('images/Airport Terminal Entrance/leftdoor.png');
    z-index: 3;
}

.right-door {
    width: 14%;
    height: 83.1%;
    left: 51%;
    top: 10.9%;
    background-image: url('images/Airport Terminal Entrance/rightdoor.png');
    z-index: 3;
}

.barrier-entrance {
    width: 100%;
    height: 100%;
    background-image: url('images/Airport Terminal Entrance/Arrival\ Hall\ cam\ 01_1_parapet.png');
    z-index: 2;
}

.fadeinscene3 {
    background: black;
    z-index: 5;
}