.bannerWidget--484 {
    background-image: url(https://s3.amazonaws.com/grazecart/seabreezefarm/images/1692072529_64dafa51a6926.jpg); 
	background-attachment: fixed; 
	background-position: 50% 0%; 
	background-repeat: no-repeat; 
    background-size: contain;
    position: relative;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

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

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

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

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

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