.bcround{
    background: url('../images/dino_backround3.jpg')fixed;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
}
