@media only screen and (orientation: landscape) and (max-width: 1599px) {

    body > * {

        font-size:90%;

    }

}

@media only screen and (orientation: landscape) and (min-width: 1600px) {

    body > * {

        font-size:90%;

    }

}

@media only screen and (orientation: portrait) {

    body > * {

        font-size:90%;

    }

}

.library-access-overly-access-options #fontsize-90 {

 background:var(--siteinvert);

 color:var(--baseColour);

}