Creating an image from a custom field

Try something like this…

Add the image path in PHP using an inline style, instead of in your CSS.

<div 
    style="background-image: url(<?php echo $image['url']; ?>);" 
    id="home-cover" 
    class="bg-parallax animated fadeIn"
> // close div