html {
  scroll-behavior: smooth;
}

.fox-map {
  border:2px solid #a40000;
  border-radius:18px;
  overflow:hidden;
  box-shadow:10px 10px 5px rgba(0,0,0,.35);
  height: 100%;
  filter: saturate(0.9) contrast(1.05);
}

.fox-map iframe {
  width:100%;
  height:100%;
  border:0;
}
