img {display:block;max-width:100%;height:auto;}
/* small visual tweaks */
/* Small custom additions to Tailwind defaults */
@layer base {
  body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
}
.group img { transition: transform .35s ease; }
