/* Bulma Utilities */
agn-image {
  display: inline-block;
  flex-shrink: 0;
}
agn-image img:not([src]) {
  display: none !important;
}

img {
  display: block;
  width: inherit;
  height: inherit;
}