.bannerWidget--95 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/bluestemranchproductsandservicesllc/images/1773242057_69b186c97f48e.jpg); 
	background-attachment: scroll; 
	background-position: 49% 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: transparent;
    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: #FFF; 
    max-width: 1232px; 
    line-height: 1.5; 
    font-size: 90px;
    text-transform: none;
}

.bannerWidget--95 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.bannerWidget--101 {
    background-image: url(); 
	background-attachment: scroll; 
	background-position: 50% 100%; 
	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--101 {
        background-attachment: initial;
    }
}

.bannerWidget--101::after {
    background-color: hsl(42, 19%, 75%);
    z-index: 1;
}

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

.bannerWidget--101 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #780102; 
    max-width: 1200px; 
    line-height: 1.25; 
    font-size: 80px;
    text-transform: none;
}

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