/* Avelan - Logo hover swap (desktop only) */
@media (hover:hover) and (pointer:fine) and (min-width: 992px){
  .avelan-logo-hover__img{
    transition: opacity .18s ease;
    will-change: opacity;
    display: block;
  }
  /* Help hover reliability: the hover area is the anchor/container, not the image */
  .js-logo-container a,
  .logo-image-container a{
    display: inline-block;
  }
}
