/* ==========================================================================
   Notice.
   ========================================================================== */

/* ==========================================================================
   Old browsers.
   ========================================================================== */
.notice--browser {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 350px 15%;
  font-family: var(--font-family-heading);
  text-align: center;
  background: var(--color-bg) url("../../config/favicons/android-chrome-512x512.png") no-repeat center 175px;
  background-size: 150px auto;
}
