.flags-fixed-layer, .flags-column-layer {
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}
.flag-parallax {
  position: absolute;
  width: 48px !important;
  height: 36px !important;
  border-radius: 2px;
  background: #fff;
  opacity: 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.18s;
  box-shadow: 0 0 0 0 transparent;
}
.flag-parallax-random {
  opacity: 0.5 !important;
}
.flag-parallax img {
  width: 44px;
  height: 32px;
  border-radius: 2px;
  border: 2px solid #fff;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
}
