.bannerWidget--373 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/doslobosranch/images/1766014546_69433e52c2460.jpg); 
	background-attachment: scroll; 
	background-position: 50% 55%; 
	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--373 {
        background-attachment: initial;
    }
}

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

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

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

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