#media+.container {
    padding: 0;
}

.matte-box {
    /*background: #d1cdc4;
    width: 100%;*/
    background: #0a0a0a87;
    width: 100%;
    color: #fff;
}

.font-weight-black {
    font-weight: 900;
}

#media-header {
    background-color: #31271a;
    background-attachment: fixed;
    background: url(../../../../../images/landing-pages/media/2021/08/2021-0818_media_header.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    min-height: 60vh;
}

#media-header h1 a {
    font-family: 'Engravers Bold', serif;
    font-size: 4.1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

#media h2, #media .h2 {
    font-family: 'Engravers Bold', serif;
}

#mens {
    background: url(../../../../../images/landing-pages/media/2021/08/2021-0818_mens_bg.jpg) no-repeat top right #2b4a5c;
    background-size: cover;
    height: 100%;
    min-height: 60vh;
}


#womens {
    background: url(../../../../../images/landing-pages/media/2021/08/2021-0818_womens_bg.jpg) no-repeat top right #eef0ed;
    background-size: cover;
    height: 100%;
    min-height: 60vh;
}

#kids {
    background: url(../../../../../images/landing-pages/media/2021/08/2021-0818_kids_bg.jpg) no-repeat top right #f2f3ee;
    background-size: cover;
    height: 100%;
    min-height: 60vh;
}

#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/2021/08/2021-0818-blog-nfr-background.jpg) no-repeat center center;
    background-size: cover;
}

.article-one {
    background: url(../../../../../images/landing-pages/media/2021/08/2021-0818-blog-teamdurango-background.jpg) no-repeat center center;
    background-size: cover;
}

.article-two {
    background: url(../../../../../images/landing-pages/media/2021/08/2021-0818-blog-spielman-background.jpg) no-repeat center center;
    background-size: cover;
}

.article-three {
    background: url(../../../../../images/landing-pages/media/2020/07/2020-0701-article-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;
}

.sku::before {
    border: 2px solid gray;
    width: 32%;
    content: " ";
    height: 3px;
    position: absolute;
    left: 1rem;
    top: 8px;
    z-index: 1;
}

#product-grid .carousel-control-next,
#product-grid .carousel-control-prev {
    filter: invert(100%);
}