.jumbotron {
    margin-top: 10px;
    background-color: #FFFFFF;
}
.jumbotron h1 {
    font-size: 45px;
}
.bottom-bg-500 {
    width: 100%;
    height: 55%;
    background: url("../images/error/anchor_fish_bg.png") no-repeat bottom center, url("../images/error/fish_anchor_line_bg.png") repeat-x bottom center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
