@media screen and (min-width: 1200px) {
  .bv-contact > .tn-molecule {
    transition: background-color 0.3s !important;
  }

  .bv-header-contact:not(:hover) > .tn-molecule,
  .bv-footer-contact:not(:hover) > .tn-molecule {
    background-color: rgba(255, 255, 255, 0.05) !important;
  }
}
