._img{
    position: relative;
}
._background{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}

._img-load{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

._img-load._white{
    background-color: #fff;
}

._img-load._black{
    background: #485563;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #29323c, #485563);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #29323c, #485563); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}