background images of size 776*263 code example
Example: how to scale a bg image acc to size of div
/* One way */
background-size: cover;
/* Other option */
background-size: contain;
/* One way */
background-size: cover;
/* Other option */
background-size: contain;