
@media screen and ( min-width: 2560px ){
    #reception .reception-link-infospot {
        right: 26% !important;
        top: 58% !important;
    }
}


@media screen and ( min-width: 1366px ){
    #reception .introText {
        right: unset !important;
        left: 22% !important;
        width: 34% !important;
        top: 7% !important;
        bottom: unset !important;
    }

    .beamtreatmentroom #beam .introText {
        right: unset !important;
        left: 3% !important;
        bottom: unset !important;
        top: 40% !important;
        width: 20% !important;
    }

    #reception .reception-link-infospot {
        position: absolute;
        right: 26% !important;
        top: 66% !important;
    }
    .introText p {
        font-size: 13px;
    }
}

@media screen and ( max-height: 700px ){
    .beamtreatmentroom #beam .introText {
        width: 25% !important;
    }
}