#media+.container {
    padding: 0;
}

.matte-box {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.font-weight-black {
    font-weight: 900;
}

#media-header {
    background-color: #31271a;
    background-attachment: fixed;
    background: url(../../landing-pages/media/2020-1103-media-banner.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    min-height: 60vh;
}

#media-header h1 a {
    font-family: 'Industry', sans-serif;
    font-size: 4.1rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

#media #work {
    background: url(../../landing-pages/media/2021-0812-media-work-650.jpg) no-repeat top right #6b6a2a;
    background-size: cover;
    height: 100%;
}

#media #farm-and-ranch {
    background: url(../../landing-pages/media/2021-0812-media-farm-and-ranch-650.jpg) no-repeat top right #f0dfcb;
    background-size: cover;
    height: 100%;
}

#media #casual {
    background: url(../../landing-pages/media/2021-0812-media-casual-650.jpg) no-repeat top right #8c8667;
    background-size: cover;
    height: 100%;
}

#media #womens {
    background: url(../../landing-pages/media/2021-0812-media-womens-650.jpg) no-repeat top right #6b6a2a;
    background-size: cover;
    height: 100%;
}

#media #kids {
    background: url(../../landing-pages/media/2021-0812-media-kids-650.jpg) no-repeat top right #f0dfcb;
    background-size: cover;
    height: 100%;
}

/* Tablet */
@media only screen and (min-width: 650px) {
    #media #work {
        background: url(../../landing-pages/media/2021-0812-media-work-960.jpg) no-repeat top right #6b6a2a;
        background-size: cover;
        height: 100%;
    }


    #media #farm-and-ranch {
        background: url(../../landing-pages/media/2021-0812-media-farm-and-ranch-960.jpg) no-repeat top right #f0dfcb;
        background-size: cover;
        height: 100%;
    }

    #media #casual {
        background: url(../../landing-pages/media/2021-0812-media-casual-960.jpg) no-repeat top right #8c8667;
        background-size: cover;
        height: 100%;
    }

    #media #womens {
        background: url(../../landing-pages/media/2021-0812-media-womens-960.jpg) no-repeat top right #f0dfcb;
        background-size: cover;
        height: 100%;
    }

    #media #kids {
        background: url(../../landing-pages/media/2021-0812-media-kids-960.jpg) no-repeat top right #8c8667;
        background-size: cover;
        height: 100%;
    }
}

/* Desktop */
@media only screen and (min-width: 960px) {
    #media #work {
        background: url(../../landing-pages/media/2021-0812-media-work.jpg) no-repeat top right #6b6a2a;
        background-size: cover;
        height: 100%;
    }

    #media #farm-and-ranch {
        background: url(../../landing-pages/media/2021-0812-media-farm-and-ranch.jpg) no-repeat top right #f0dfcb;
        background-size: cover;
        height: 100%;
    }

    #media #casual {
        background: url(../../landing-pages/media/2021-0812-media-casual.jpg) no-repeat top right #8c8667;
        background-size: cover;
        height: 100%;
    }

    #media #womens {
        background: url(../../landing-pages/media/2021-0812-media-womens.jpg) no-repeat top right #f0dfcb;
        background-size: cover;
        height: 100%;
    }

    #media #kids {
        background: url(../../landing-pages/media/2021-0812-media-kids.jpg) no-repeat top right #8c8667;
        background-size: cover;
        height: 100%;
    }

}

#news {
    background-color: #2b241c;
}

#news .carousel-item,
#news .carousel-item .row {
    height: 100%;
    min-height: 40vh;
}

#media-footer {
    background: url(../../../../../images/landing-pages/media/2020/07/2020-0701-footer-background.jpg) no-repeat top right #8c8667;
    background-size: cover;
    background-position: bottom center;
}

.article-zero {
    background: url(../../../../../images/landing-pages/media/2020/07/2020-0701-article-background.jpg) no-repeat center center;
    background-size: cover;
}

.article-one {
    background: url(../../../../../images/landing-pages/media/2020/07/2020-0701-article-one-background.jpg) no-repeat center center;
    background-size: cover;
}

.article-two {
    background: url(../../../../../images/landing-pages/media/2020/07/2020-0701-article-two-background.jpg) no-repeat center center;
    background-size: cover;
}

.article-three {
    background: url(../../../../../images/landing-pages/media/2020/07/2020-0701-article-three-background.jpg) no-repeat center center;
    background-size: cover;
}

iframe#hs-form-iframe-0 {
    width: calc(100% - 10px) !important;
    margin: 0 auto;
}

a.product-name {
    display: block;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.color-desc {
    display: block;
    font-style: italic;
    color: gray;
    font-size: 75%;
    font-weight: 400;
}

.price {
    display: block;
    font-weight: 400;
}

h3.sku {
    font-size: 125%;
    color: gray;
    display: inline-block;
    background: #FFFFFF;
    padding: 0 10px;
}

#product-grid .carousel-control-next,
#product-grid .carousel-control-prev {
    filter: invert(100%);
}