.bannerWidget--509 {
    background-image: url(https://s3.amazonaws.com/grazecart/themakersmeadow/images/1600007119_5f5e2bcf9dd6b.JPG); 
	background-attachment: scroll; 
	background-position: 50% 27%; 
	background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--509 {
        background-attachment: initial;
    }
}

.bannerWidget--509::after {
    background-color: hsla(137, 7%, 7%, 0.35);
    z-index: 1;
}

.bannerWidget--509 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 192px;
    padding-bottom: 192px;
    height: auto;
        max-width: 1600px;
    
    }

.bannerWidget--509 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 896px; 
    line-height: 1.25; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--509 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #f9f4f4; 
    max-width: 816px; 
    line-height: 1.25; 
    font-size: 29px;
    text-transform: none;
}.featuredProductsWidget--510 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--510 a {
    color: var(--link_color);
}