.image {
  @apply block relative;
}

.image img {
  @apply block h-auto w-full max-w-full;
}
