.container .toursbg{
    background: url(/assets/images/kenya_tour.jpg);
    width: 100%;
    background-size: cover;
    background-position: center -700px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* min-height: 453px; */
    position: relative;
}