.bannerWidget--975 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/fergusonfarmbirds/images/1770086567_698160a7dbc34.png); 
	background-attachment: fixed; 
	background-position: 50% 34%; 
	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--975 {
        background-attachment: initial;
    }
}

.bannerWidget--975::after {
    background-color: transparent;
    z-index: 1;
}

.bannerWidget--975 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 129px;
    padding-bottom: 227px;
    height: auto;
        max-width: 1269px;
    
        min-height: 309px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--975 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.featuredProductsWidget--985 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 5px;
	padding-bottom: 20px;
}

.featuredProductsWidget--985 a {
    color: var(--link_color);
}.featuredProductsWidget--989 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 5px;
	padding-bottom: 20px;
}

.featuredProductsWidget--989 a {
    color: var(--link_color);
}.featuredProductsWidget--990 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 5px;
	padding-bottom: 20px;
}

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