// Banner component
.firevert-banner-container {
  > img {
    width: max-content;
    max-width: 100%;
    border-radius: 12px;
  }

  &:hover,
  &:focus {
    outline: none;
    box-shadow: none;
  }
}
