/* full size fliers */
.img.thumb img {
aspect-ratio: auto !important;
  max-height: 100% !important;
}

/* Logo size in nav */
nav .v-btn__content img {
    height: 50px !important;
    width: auto !important;
    max-height: none !important;
}

/* Let the button container expand to fit the larger logo
   (Vuetify's icon button forces a small square by default) */
nav .v-btn--icon {
    width: auto !important;
    height: auto !important;
}