main > section:first-child > img.absolute {
  filter: brightness(1.02) contrast(1.04) saturate(1.08);
}

main > section:first-child > div[class*="bg-gradient-to-r"] {
  background-image: linear-gradient(
    to right,
    rgba(15, 21, 17, 0.02),
    rgba(15, 21, 17, 0.36),
    rgba(15, 21, 17, 0.78)
  );
}

main > section:first-child > div[class*="bg-[#0f1511]/20"] {
  background-color: rgba(15, 21, 17, 0.08);
}

@media (min-width: 768px) {
  main > section:first-child > img.absolute {
    object-position: 46% center;
    transform: translateX(-3%) scale(1.08);
    transform-origin: center center;
  }
}
