/* Shared "official seal" background emblem for Ortiz Auto Solutions interior pages. Not used on the homepage. */
.page-watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48vw;
  max-width: 760px;
  min-width: 280px;
  height: auto;
  opacity: 0.15;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1024px) {
  .page-watermark { width: 58vw; }
}

@media (max-width: 600px) {
  .page-watermark { width: 76vw; }
}
