.image { 
    background-image: url("mainimg.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;    
    background-position: 50% 50%;
}