/* Wide product visual in the first dark introduction block of /products/profili-pvx/. */
body .profili-top .black .vo-pvc-profile-detail-hero {
    float: none;
    margin: 28px auto 42px;
    padding: 0;
}

body .profili-top .black .vo-pvc-profile-detail-hero > img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 233, 220, .72);
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

@media (max-width: 991px) {
    body .profili-top .black .vo-pvc-profile-detail-hero {
        width: calc(100% - 30px);
        margin-bottom: 32px;
    }
}
