/** These classes apply a height or max-height of 75px. */
.uk-height-xsmall {
height: 75px;
}
.uk-height-max-xsmall {
max-height: 75px;
/**/