.page-node-type-product-campaign h1.field--name-field-title,
.page-node-type-product-campaign h2.field--name-field-title {
  font-family: "Earthboy", Roboto-Bold, sans-serif !important;
  font-size: 3rem !important;
  text-transform: uppercase !important;
}
.page-node-type-product-campaign h3.field--name-field-title {
  font-family: "Earthboy", Roboto-Bold, sans-serif !important;
  font-size: 1.25rem !important;
  text-transform: none !important;
}
.paragraph--type-scroll-marquee .marquee span {
    font-family: "Earthboy", Roboto-Bold, sans-serif;
    font-weight: normal;
    font-size: 50px;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper {
    padding: 6rem 0 0 0;
}

.node--type-product-campaign.node--view-mode-full .product_header__wrapper .details {
    margin-top: 0;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .details .field--name-field-subtitle {
    font-family: "Earthboy", Roboto-Bold, sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    padding-top: 0;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image > .field--name-field-image {
    width: 100%;
    display: block;
    margin: -10vw auto -5vw auto;
}
@media screen and (min-width: 768px) {
    .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image > .field--name-field-image {
        margin: -13vw auto -10vw auto;
        max-width: 50vw;
        min-width: 0;
    }
}