.ProductImageContainerBlack {
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.ProductImageContainerBlack img {
    width: 100%;
}

.ContactHeaderProductArticle {
    text-align: left;
    position: absolute;
    left: 0%;
    width: 50%;
    z-index: 1;
    padding: 2% 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 5px 5px 0px;
    background: rgba(255, 255, 255, 0.7);
    /* backdrop-filter: blur(12px); */
}

.ContactProductArticle {
    display: block;
    float: left;
    width: 100%;
}

.ContactProductArticle h3 {
    margin-left: 20%;
    line-height: 10px;
}

.ContactProductArticle h3 a {
    font-size: 4vw;
    color: #1B3F5F;
    text-transform: uppercase;
    line-height: 1em;
    white-space: nowrap;
}

.ContactProductArticle nav {
    margin-left: 20%;
}

.ContactProductArticle .breadcrumb a {
    font-size: 1.5vw;
}