
@media only screen and (orientation: landscape) and (max-width: 1599px) {
    body > * {
        font-size:100%;
    }
}
@media only screen and (orientation: landscape) and (min-width: 1600px) {
    body > * {
        font-size:100%;
    }
}
@media only screen and (orientation: portrait) {
    body > * {
        font-size:100%;
    }
}
.library-access-overly-access-options #fontsize-100 {
 background:var(--siteinvert);
 color:var(--baseColour);
}