Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.region-map .region-link {
    position: absolute;
    right: 30px;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
}

.region-map-wrap {
   gap: 0.5rem;
   display: inline-flex;
   flex-direction: column;
}

.region-map-caption {
   transform: skew(-10deg);
}

.region-map-caption > div {
   font-size: 18px;
   padding: 10px;
   text-align: center;
   transform: skew(10deg);
}