.bannerWidget--131 {
    background-image: url(https://s3.amazonaws.com/grazecart/thelogcabinranch/images/1720666490_668f497ab2dbd.JPG); 
	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--131 {
        background-attachment: initial;
    }
}

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

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

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

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