.body-bg {
    background-image: url('../../background-try.jpg');
    /* Full height */
   
    height: 100%;
    /* Center and scale the image nicely */
    /*background-position: center;*/
    background-repeat: repeat;
    background-size: cover;
}
