.seo-decor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.seo-decor__img {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
}

.seo-decor__img--leaf-right {
  width: 46vw;
  top: -84px;
  right: -44px;
  max-width: 500px;
  opacity: 0.7;
  transform: rotate(8deg);
}

.seo-decor__img--statue {
  width: 45vw;
  right: -10vw;
  bottom: -112px;
  opacity: 0.5;
}

.seo-decor__img--amphora {
  width: 20vw;
  left: 22px;
  bottom: -20px;
  opacity: 0.5;
}

.wrapper,
#allrecords,
#t-footer {
  position: relative;
  z-index: 1;
}

@media (max-width: 820px) {
  .seo-decor__img--leaf-right {
    width: 275px;
    top: 0;
    right: 8px;
    opacity: 0.5;
  }

  .seo-decor__img--statue,
  .seo-decor__img--amphora {
    opacity: 0.5;
  }

  .seo-decor__img--statue {
    right: -24px;
    bottom: -42px;
    width: 350px;
    opacity: 0.4;
  }

  .seo-decor__img--amphora {
    left: -18px;
    bottom: 74px;
    display: none;
  }
}
