/**
 * Jumbo Block Styles
 * 
 * Background image styling - can be customized per project
 */

.jumbo-background {
    background-size: fit;
    background-repeat: no-repeat;
    background-position: right top;
}

/* Background image should be set via ACF field or theme customization */