body.widget-snippet .page-banner-content,
.fee .widget-snippet .page-banner-content{
    margin:-270px auto 120px;
    padding: 0;
    background:none;
    max-width:90%;
}
.product-page-banner {
    position: relative;
}

.product-page-banner img {
    max-height: 390px;
}
.page-banner-content {
    text-align: center;
    margin-top: -390px;
    padding: 107px 0;
    background: rgba(0,0,0,0.4);
    position: relative;
}

.page-banner-content h2 {
    font-family: 'Didot';
    font-size: 70px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

.page-banner-content p {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 390;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}
