﻿#wtx-customer-order-block label::after {
    content: " (facoltativo)";
}

/*header.wts-page-header::after {
    content: "";
    width: 148px;
    height: 70px;
    background-image: url("https://intranet.galileo-ingegneria.it/images/galileo-logo3.png");
    background-size: 148px;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
}*/

header.wts-page-header a {
    width: 148px;
    height: 70px;
    background-image: url("https://intranet.galileo-ingegneria.it/images/galileo-logo3.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
}
@media (max-height: 767px) {
    header.wts-page-header a {
        width: 96px;
        height: 45px;
        background-image: url("https://intranet.galileo-ingegneria.it/images/galileo-logo3.png");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 12px;
    }
}