Positioning a hero image

This had photos but doesn’t now. Backup your work before changing your theme!

So what is the difference?

.lost-hero-content {
background: url(“img/fredrick-kearney-jr-unsplash.jpg”) no-repeat scroll left center / cover rgba(0, 0, 0, 0);
height: auto;
margin: 0 0 5em;
padding: 20em 0;
}

See that bolded “left” that is the photo on the left. The photo on the right would read “right”. I think what it means is that the display starts from the left side of the photo and visa versa. To figure this out, I looked at the line of code and thought, “what if I changed right to left?”.