#content .iw-togoProduct #frontInputs #loadValue {
    bottom: 27.5%;
    right: 18%;
    width: 53%;
    font-size: 2rem;
}

#SelfPrintProduct .iw-greetTextHeadline,
#SelfPrintProduct .iw-frontInputHeadline.for,
#SelfPrintProduct .iw-frontInputHeadline.from,
#content .iw-togoProduct #frontInputs #for,
#content .iw-togoProduct #frontInputs #from,
#content .iw-togoProduct #frontInputs #greetText {
    display: none;
}

@media (max-width: 991px) {
    #content .iw-togoProduct #frontInputs #loadValue {
        bottom: 29.4%;
        right: 18%;
        width: 53%;
        font-size: 1.25rem;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #content .iw-togoProduct #frontInputs #loadValue {
        bottom: 28%;
        font-size: 1.6875rem;
    }
}
