.category-breadcrumbs-banner-text { display: none !important; }
.plp-banner {
    position: relative;
    margin: auto;
}
.plp-banner img {
    display: block;
    margin: auto;
}
.plpb-txt {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-family: HelveticaNeueW01-UltLt,Microsoft JhengHei Light!important;
}
    .plpb-txt_in {
        width: 100%;
        max-width: 1155px;
        margin: 0 auto;
        padding-left: 2.5%;
    }
    h3.plpb-txt_in-end {
        position: absolute;
        bottom: 1em;
    }
.plpb-txt b {
    font-weight: bolder;
}
.plpb-txt h1 {
    font-size: 45px;
    margin: .375em 0;
    line-height: 1.2;
    font-weight: 400;
}
.plpb-txt h2 {
    font-size: 24px;
    margin-bottom: .25em;
}
.plpb-txt h3 {
    font-size: 20px;
    margin-bottom: .25em;
}
.plpb-txt p {
    font-size: 16px;
    margin: .25em 0;
}
a.plpb-txt-button {
    border: 1px solid currentColor;
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: .25em 1.5em;
    margin-top: 1em;
}
.mb {
    display: none;
}
@media (max-width: 1500px) {
    .plpb-txt_in {
        max-width: 80vw;
    }
    .plpb-txt h1 {
        font-size: 2.8vw;
    }
    .plpb-txt h2 {
        font-size: 1.75vw;
    }
    .plpb-txt h3 {
        font-size: 1.4vw;
    }
    .plpb-txt p {
        font-size: 1.25vw;
    }
}
@media (max-width: 767px) {
    .plpb-txt_in {
        max-width: 100%;
    }
    .plpb-txt h1 {
        font-size: 5.2vw;
    }
    .plpb-txt h2 {
        font-size: 3.8vw;
    }
    .plpb-txt h3 {
        font-size: 3.3vw;
    }
    .plpb-txt p {
        font-size: 2.8vw;
    }
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
    .plpb-txt_in {
        padding-left: 5%;
    }
} 