body {
    padding: 0;
    margin: 0;
}

#wrongWayPortrait {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    background-image: url('../images/turn/turn-p.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    z-index: 2;
}

#wrongWayLandscape {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    background-image: url('../images/turn/turn-l.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    z-index: 2;
}