.bannerWidget--92 {
    background-image: url(https://s3.amazonaws.com/grazecart/farmstead3/images/1722113065_66a55c298eb8c.jpg); 
	background-attachment: fixed; 
	background-position: 0% 0%; 
	background-repeat: no-repeat; 
    background-size: auto;
    position: relative;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
}

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

.bannerWidget--92::after {
    background-color: hsla(0, 10%, 41%, 0);
    z-index: 1;
}

.bannerWidget--92 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 3px;
    padding-bottom: 105px;
    height: auto;
        max-width: 1600px;
    
        min-height: 1368px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--92 .bannerWidget__subheading {
    letter-spacing: 0.025em; 
    color: #000000; 
    max-width: 1360px; 
    line-height: 1.25; 
    font-size: 30px;
    text-transform: none;
}