div.no-404 {
    font-size: 100pt !important;
    font-weight:bold;
    background:none !important;
    border-bottom: 8px solid #b70601;
}
.product-card__dealers a.buy-shop {
    background-color: #ba0000;
    color: #fff;
    padding: 5px;
    /* float: right; */
    margin-left: 20px;
}
.product-card__dealers a.buy-shop:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.projects-story__caption {
    font-size: 0;
    height: 80px;
    background: url(../images/projects-label.png) no-repeat 0 50%/contain;
    margin-bottom: 15vh;
}
.header__menu .dropdown {
    top: 103px;
}
@media only screen and (max-width: 1024px) {
    .header__menu .dropdown {
        top: 95px;
    }
}
@media only screen and (min-width: 812px) and (max-width: 1206px) {
    .product-card__dealers a.buy-shop {
        margin-left: 0;
    }
    .product-card__dealers a:first-child {
        margin-bottom: 10px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 411px) {
    .product-card__dealers a {
        display: block;
        margin: 10px 20px;
    }
}
