.bannerWidget--95 {
    background-image: url(https://s3.amazonaws.com/grazecart/tussocksedgefarm/images/1616507699_6059f3332011b.png); 
	background-attachment: fixed; 
	background-position: 50% 60%; 
	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--95 {
        background-attachment: initial;
    }
}

.bannerWidget--95::after {
    background-color: hsla(0, 0%, 0%, 0.33);
    z-index: 1;
}

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

.bannerWidget--95 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #ffffff; 
    max-width: 1195px; 
    line-height: 1.25; 
    font-size: 50px;
    text-transform: none;
}

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