#wrap {
    height: 100vh;
    position: fixed;
}
#banner {
    height: 465px;
}
#wrap, #banner {
    width: 100%;
    background: url("../img/12_christmas.jpg");
    background-size: cover;
    background-position: center center;
    top:0;
}

.question, #pagination, #scoreBox, .reviewQ {
    border: 1px #f8d9ab solid;
    box-shadow: 0 0 10px #f8d9ab;
}