.togetherSite section {
    display: block;
    width: 100%;
}
.togetherSite section .row > div {
    padding: 20px;
    display: block;
    text-align: center;
    width: 100%;
}
togetherSite section .row .desktop6 {
    width: 50%;
    float: left;
    
}
togetherSite section .row:after {
    content: "";
    clear: both;
    display: block;
}

.club-head .row:first-child > div {
    text-align: left;
}
.club-head .row:first-child img {
    width: 200px;
    display: inline-block;
    margin-right: 30px;
    border-right: 1px solid #000;
}
.club-head .row:first-child span {
    text-align: left;
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
}

.club-head .row:first-child span > span:last-child {
    font-size: 4.4vw;
    line-height: 4.4vw;
}
.club-head .row:first-child a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
}


.club-head .row:last-child > div {
    display: inline-block;
}
.club-head .row:last-child > div span {
    margin-top: 10px;
    float: left;
}
.club-head .row:last-child > div a {
    float: right;
}


.club-main .row:first-child > div  {
    display: block !important;
}


.club-main .row:last-child img {
    width: 360px;
    max-width: 360px;
}

.club-footer img {
    width: 100%;
}


.custom-stack:after {
    content: "";
    clear: both;
    display: block;
}
.custom-stack {
    display: block;
    width: 100%;
}
.custom-stack > div {
    float: left;
    width: 50%;
    padding: 5px;
    text-align: left;
    min-height: 80px;
}

.product_info > .product_price:before {
    content: "";
    width: 81px;
    height: 19px;
    display: block;
    margin: 5px auto;
    background-image: url('https://assets.cabelas.com/assets/Cabelas/Promotions/Omni/Global/SaleIcon_CLUBOffer.png');
}


@media (max-width: 900px) {
    .club-main .row:nth-child(2) > div:first-child,
    .club-footer .row:nth-child(2) > div:first-child,
    .club-head .row:first-child img {
        border-right: none;
    }
    .club-footer .row:nth-child(2) > div {
        padding-left: 20px;
        padding-right: 20px;
    }
    .club-head .row:first-child span {
        display: block;
        vertical-align: top;
        position: relative;
    }
    .club-head .row:last-child > div span {
        float: none;
    }
    .club-head .row:last-child > div a {
        float: none;
        display: inline-block;
    }

}
@media (max-width: 601px) {
    .custom-stack {
        max-width: 300px;
    }
    .custom-stack > div {
        width: 100%;
    }
    .club-main .row:first-child h2 {
        width: 100%;
        font-size: 60px;
        line-height: 60px;
    }
    .club-head .row:first-child > div {
        text-align: center;
    }
    .club-head .row:first-child span {
        font-size: 31px;
        line-height: 35px;
        text-align: center;
    }
    .club-head .row:first-child span > span:last-child {
        font-size: 45px;
        line-height: 45px;
    }

}