@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

.au-page { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: #333; line-height: 1.65; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.au-page * { box-sizing: border-box; }
.au-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.au-page h1, .au-page h2, .au-page h3, .au-page h4 { font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.025em; line-height: 1.15; color: #1a1a1a; font-weight: 700; }

/* ============ HERO ============ */
.au-hero { background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); color: #fff; padding: 80px 0 64px; position: relative; overflow: hidden; }
.au-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 25% 50%, rgba(188,0,0,0.18) 0%, transparent 55%), radial-gradient(circle at 80% 30%, rgba(188,0,0,0.10) 0%, transparent 60%); pointer-events: none; }
.au-hero .au-container { position: relative; z-index: 2; }
.au-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: #BC0000; margin-bottom: 18px; }
.au-eyebrow::before { content: ''; width: 24px; height: 1px; background: #BC0000; }
.au-hero h1 { font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 800; letter-spacing: -0.035em; color: #fff; margin: 0 0 20px; max-width: 18ch; }
.au-hero h1 .red { color: #BC0000; position: relative; }
.au-hero h1 .red::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 100%; height: 3px; background: #BC0000; transform: scaleX(0); transform-origin: left; animation: auGrow 1.2s 0.4s cubic-bezier(0.2,0.9,0.3,1) forwards; }
@keyframes auGrow { to { transform: scaleX(1); } }
.au-hero p.au-lede { font-size: 1.15rem; color: rgba(255,255,255,0.78); max-width: 60ch; margin: 0 0 32px; line-height: 1.6; }
.au-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.au-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 999px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 1rem; text-decoration: none; transition: transform 0.18s ease, box-shadow 0.18s ease; border: 1px solid transparent; }
.au-btn-primary { background: #BC0000; color: #fff; box-shadow: 0 8px 24px rgba(188,0,0,0.35); }
.au-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(188,0,0,0.45); color: #fff; }
.au-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.au-btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; transform: translateY(-2px); }
.au-trust-row { display: flex; gap: 18px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12); }
.au-trust-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); font-size: 0.85rem; color: rgba(255,255,255,0.85); }
.au-trust-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #BC0000; }

/* ============ SECTIONS ============ */
.au-section { padding: 72px 0; }
.au-section.au-soft { background: #fafaf9; }
.au-section.au-dark { background: #1a1a1a; color: #fff; }
.au-section-label { display: inline-flex; align-items: center; gap: 12px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: #BC0000; margin-bottom: 14px; }
.au-section h2 { font-size: clamp(1.75rem, 3vw, 2.4rem); font-weight: 700; margin: 0 0 16px; color: #1a1a1a; }
.au-section.au-dark h2 { color: #fff; }
.au-section p.au-lede { font-size: 1.1rem; color: #525252; max-width: 65ch; margin: 0 0 32px; }
.au-section.au-dark p.au-lede { color: rgba(255,255,255,0.7); }

/* ============ SIGNS GRID ============ */
.au-signs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 32px; }
.au-sign-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 12px; padding: 24px; position: relative; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.au-sign-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: #BC0000; transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; border-radius: 12px 12px 0 0; }
.au-sign-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.06); }
.au-sign-card:hover::before { transform: scaleX(1); }
.au-sign-num { font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500; color: #BC0000; letter-spacing: 0.1em; margin-bottom: 8px; }
.au-sign-card h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 8px; color: #1a1a1a; }
.au-sign-card p { font-size: 0.95rem; color: #525252; margin: 0; }

/* ============ COMPARISON TABLE ============ */
.au-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.au-compare-col { padding: 28px; border-radius: 12px; }
.au-compare-old { background: #f5f4f1; border: 1px solid #e5e5e5; }
.au-compare-new { background: #1a1a1a; color: #fff; border: 1px solid #1a1a1a; position: relative; overflow: hidden; }
.au-compare-new::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: #BC0000; }
.au-compare-col h3 { font-size: 1.15rem; font-weight: 700; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(0,0,0,0.08); }
.au-compare-new h3 { color: #fff; border-bottom-color: rgba(255,255,255,0.12); }
.au-compare-col ul { list-style: none; padding: 0; margin: 0; }
.au-compare-col li { padding: 8px 0 8px 28px; position: relative; font-size: 0.95rem; color: #525252; }
.au-compare-new li { color: rgba(255,255,255,0.85); }
.au-compare-old li::before { content: '✕'; position: absolute; left: 0; top: 7px; color: #a3a3a3; font-weight: 700; }
.au-compare-new li::before { content: '✓'; position: absolute; left: 0; top: 7px; color: #BC0000; font-weight: 700; font-size: 1.1rem; }
@media (max-width: 720px) { .au-compare { grid-template-columns: 1fr; } }

/* ============ PROCESS STEPS ============ */
.au-process { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 36px; }
.au-step { text-align: center; padding: 16px; }
.au-step-circle { width: 56px; height: 56px; border-radius: 50%; background: #BC0000; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1.4rem; margin-bottom: 16px; box-shadow: 0 0 0 6px rgba(188,0,0,0.12); }
.au-step h3 { font-size: 1.05rem; margin: 0 0 6px; color: #1a1a1a; }
.au-step p { font-size: 0.9rem; color: #525252; margin: 0; }

/* ============ PRICING TIERS ============ */
.au-tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 32px; }
.au-tier { background: #fff; border: 1px solid #e5e5e5; border-radius: 14px; padding: 28px; position: relative; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.au-tier:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,0.08); }
.au-tier-featured { border: 2px solid #BC0000; background: linear-gradient(180deg, #fff 0%, #fef2f2 100%); }
.au-tier-featured::before { content: 'Most popular'; position: absolute; top: -12px; left: 28px; background: #BC0000; color: #fff; padding: 4px 12px; font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 4px; }
.au-tier-name { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #BC0000; margin-bottom: 8px; }
.au-tier-price { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.2rem; font-weight: 800; letter-spacing: -0.03em; color: #1a1a1a; line-height: 1; margin-bottom: 4px; }
.au-tier-price small { font-size: 0.85rem; font-weight: 500; color: #737373; letter-spacing: normal; }
.au-tier-vat { font-size: 0.78rem; color: #737373; margin-bottom: 18px; }
.au-tier-list { list-style: none; padding: 0; margin: 0 0 22px; }
.au-tier-list li { padding: 8px 0 8px 26px; position: relative; font-size: 0.92rem; color: #333; border-bottom: 1px solid #f0eee9; }
.au-tier-list li:last-child { border-bottom: none; }
.au-tier-list li::before { content: '✓'; position: absolute; left: 0; top: 7px; color: #BC0000; font-weight: 700; }

/* ============ BRANDS GRID ============ */
.au-brands { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 28px; }
.au-brand { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 22px; transition: all 0.18s ease; }
.au-brand:hover { background: rgba(188,0,0,0.08); border-color: rgba(188,0,0,0.4); transform: translateY(-2px); }
.au-brand h3 { color: #fff; font-size: 1.1rem; margin: 0 0 6px; }
.au-brand-tag { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #BC0000; margin-bottom: 10px; }
.au-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.7); margin: 0; }
.au-brand a { color: #BC0000; font-weight: 600; font-size: 0.85rem; text-decoration: none; display: inline-block; margin-top: 10px; border-bottom: 1px solid rgba(188,0,0,0.5); }
.au-brand a:hover { color: #fff; border-bottom-color: #fff; }

/* ============ FAQ ============ */
.au-faqs { margin-top: 32px; }
.au-faq { background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; margin-bottom: 12px; overflow: hidden; transition: box-shadow 0.18s ease; }
.au-faq[open] { box-shadow: 0 0 0 2px rgba(188,0,0,0.12); border-color: #BC0000; }
.au-faq summary { padding: 18px 24px; cursor: pointer; font-weight: 600; color: #1a1a1a; font-size: 1rem; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.au-faq summary::-webkit-details-marker { display: none; }
.au-faq summary::after { content: '+'; color: #BC0000; font-size: 1.5rem; font-weight: 300; transition: transform 0.2s ease; }
.au-faq[open] summary::after { transform: rotate(45deg); }
.au-faq-body { padding: 0 24px 20px; color: #525252; font-size: 0.95rem; line-height: 1.65; }

/* ============ AREAS ============ */
.au-areas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; margin-top: 28px; }
.au-area-pill { background: #fff; border: 1px solid #e5e5e5; border-radius: 999px; padding: 10px 18px; font-size: 0.88rem; font-weight: 500; color: #333; text-decoration: none; text-align: center; transition: all 0.15s ease; }
.au-area-pill:hover { background: #BC0000; color: #fff; border-color: #BC0000; transform: translateY(-1px); }

/* ============ FINAL CTA ============ */
.au-final-cta { background: linear-gradient(135deg, #BC0000 0%, #8a0000 100%); color: #fff; padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.au-final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.08) 0%, transparent 60%); pointer-events: none; }
.au-final-cta .au-container { position: relative; z-index: 2; }
.au-final-cta h2 { color: #fff; margin-bottom: 16px; }
.au-final-cta p { color: rgba(255,255,255,0.9); font-size: 1.1rem; max-width: 50ch; margin: 0 auto 32px; }
.au-final-cta .au-btn-primary { background: #fff; color: #BC0000; box-shadow: 0 12px 32px rgba(0,0,0,0.2); }
.au-final-cta .au-btn-primary:hover { background: #fef2f2; color: #BC0000; }

/* ============ RESPONSIVE ============ */
@media (max-width: 720px) {
  .au-section { padding: 56px 0; }
  .au-hero { padding: 56px 0 48px; }
  .au-hero h1 { font-size: 2rem; }
  .au-cta-row { flex-direction: column; }
  .au-btn { justify-content: center; }
}
/* ============================================================ */
/* FIX: Remove white gap between header and hero                */
/* ============================================================ */

/* Remove the default top padding/margin from JupiterX page wrapper */
body.page-id-33534 .jupiterx-main,
body.page-id-33534 #jupiterx-main,
body.page-id-33534 .jupiterx-main-content,
body.page-id-33534 .jupiterx-primary,
body.page-id-33534 .entry-content,
body.page-id-33534 .post,
body.page-id-33534 article {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Hide the default page title H1 (since our hero has its own H1) */
body.page-id-33534 .jupiterx-post-header,
body.page-id-33534 .entry-header,
body.page-id-33534 .post-header,
body.page-id-33534 header.entry-header {
  display: none !important;
}

/* Force the .au-page wrapper to be truly flush */
body.page-id-33534 .au-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Make sure the hero spans full width with no upstream constraints */
body.page-id-33534 .au-hero {
  margin-top: 0 !important;
  padding-top: 80px;
}

/* Also remove any breadcrumb spacing if present */
body.page-id-33534 .jupiterx-breadcrumbs,
body.page-id-33534 .breadcrumb,
body.page-id-33534 .breadcrumbs {
  margin-bottom: 0 !important;
}


/* ============================================================ */
/* FIX v2: Hide JupiterX page banner + fix wpautop <p> wrapping */
/* ============================================================ */

/* Hide the JupiterX page banner (empty title bar above hero) */
body.page-id-33534 .jupiterx-main-header {
  display: none !important;
}

/* Remove top padding from main content area on this page only */
body.page-id-33534 .jupiterx-main-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.page-id-33534 .jupiterx-main-content > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.page-id-33534 .jupiterx-main-content .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-id-33534 .jupiterx-primary,
body.page-id-33534 #jupiterx-primary {
  padding: 0 !important;
}

body.page-id-33534 .jupiterx-post-content,
body.page-id-33534 .jupiterx-post-body {
  padding: 0 !important;
  margin: 0 !important;
}

/* Fix wpautop damage — it wraps content in <p> tags and adds <br> */
body.page-id-33534 .jupiterx-post-content > p:empty,
body.page-id-33534 .jupiterx-post-content > p > br:only-child {
  display: none !important;
}

body.page-id-33534 .jupiterx-post-content > p {
  margin: 0 !important;
}

/* Remove the auto-rendered <p> that wraps our HTML comments */
body.page-id-33534 .jupiterx-post-content p:has(br):not(:has(*:not(br))) {
  display: none !important;
}


/* ============================================================ */
/* FIX v3: Add proper clearance for fixed/sticky header         */
/* ============================================================ */

/* Push the hero down so it clears any fixed/sticky header */
body.page-id-33534 .au-hero {
  padding-top: 180px !important;
}

/* On mobile, header is smaller — less padding needed */
@media (max-width: 720px) {
  body.page-id-33534 .au-hero {
    padding-top: 140px !important;
  }
}

/* Make sure jupiterx-main has no negative margin pulling content up */
body.page-id-33534 .jupiterx-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* ============================================================ */
/* HERO BACKGROUND — old Accenta G4 alarm panel                 */
/* ============================================================ */

body.page-id-33534 .au-hero {
  background:
    linear-gradient(135deg, rgba(26,26,26,0.94) 0%, rgba(45,45,45,0.88) 100%),
    url('https://www.satfocussecurity.co.uk/wp-content/uploads/2022/11/IMG_6893-2-2048x1536.jpg') center center / cover no-repeat !important;
  background-attachment: scroll !important;
}

/* Add desaturation + slight zoom on the image so it's atmospheric not literal */
body.page-id-33534 .au-hero::before {
  background:
    radial-gradient(circle at 25% 50%, rgba(188,0,0,0.22) 0%, transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(188,0,0,0.14) 0%, transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 100%) !important;
}

/* Subtle vignette to focus attention on text */
body.page-id-33534 .au-hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
  z-index: 1;
}

body.page-id-33534 .au-hero .au-container {
  position: relative;
  z-index: 3;
}


/* Wired System eyebrow above tier name */
body.page-id-33534 .au-tier-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 8px 0 !important;
  padding: 0;
}

body.page-id-33534 .au-tier-featured .au-tier-eyebrow {
  color: #BC0000;
}


/* Wired System eyebrow - works as div too */
body.page-id-33534 div.au-tier-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 8px 0 !important;
  padding: 0;
  display: block;
}

body.page-id-33534 .au-tier-featured div.au-tier-eyebrow {
  color: #BC0000;
}


/* ============================================================ */
/* FIX v4: BULLETPROOF header clearance — works in all cache states */
/* ============================================================ */

/* Push hero down with a real div spacer using high-specificity selector */
html body.page-id-33534 .au-page,
html body.page-id-33534 article.post-33534,
html body.page-id-33534 .jupiterx-post-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Use !important + html prefix for max specificity */
html body.page-id-33534 .au-hero {
  padding-top: 200px !important;
  position: relative !important;
}

/* Mobile */
@media (max-width: 768px) {
  html body.page-id-33534 .au-hero {
    padding-top: 150px !important;
  }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  html body.page-id-33534 .au-hero {
    padding-top: 180px !important;
  }
}


/* ============================================================ */
/* FIX v5: Force JupiterX header into normal flow (no overlap) */
/* ============================================================ */

/* Make the JupiterX header NOT overlap content on this page */
body.page-id-33534 .jupiterx-header,
body.page-id-33534 header.jupiterx-header,
body.page-id-33534 .jupiterx-site > header {
  position: relative !important;
}

/* If header is sticky, allow it but give content full clearance */
body.page-id-33534.jupiterx-header-sticky .jupiterx-header,
body.page-id-33534.jupiterx-header-sticky header.jupiterx-header {
  position: sticky !important;
  top: 0 !important;
}

/* Remove any negative margins on jupiterx-main that pull content under header */
body.page-id-33534 #jupiterx-main,
body.page-id-33534 .jupiterx-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Hero now only needs minimal padding since header is in flow */
html body.page-id-33534 .au-hero {
  padding-top: 80px !important;
}

@media (max-width: 768px) {
  html body.page-id-33534 .au-hero {
    padding-top: 60px !important;
  }
}


/* ============================================================ */
/* BRAND CARD IMAGES                                            */
/* ============================================================ */
body.page-id-33534 .au-brand-image {
  width: 100%;
  height: 140px;
  margin: -28px -28px 20px -28px;
  width: calc(100% + 56px);
  overflow: hidden;
  background: #1a1a1a;
  border-radius: 12px 12px 0 0;
  position: relative;
}

body.page-id-33534 .au-brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

body.page-id-33534 .au-brand:hover .au-brand-image img {
  transform: scale(1.05);
}

body.page-id-33534 .au-brand {
  overflow: hidden;
}

/* ============================================================ */
/* BEFORE / AFTER SECTION                                       */
/* ============================================================ */
body.page-id-33534 .au-ba {
  background: linear-gradient(180deg, #fafafa 0%, #f4f4f4 100%);
  padding: 80px 0;
}

body.page-id-33534 .au-ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}

body.page-id-33534 .au-ba-item {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.page-id-33534 .au-ba-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

body.page-id-33534 .au-ba-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

body.page-id-33534 .au-ba-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: #1a1a1a;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

body.page-id-33534 .au-ba-after .au-ba-label {
  background: #BC0000;
}

body.page-id-33534 .au-ba-item figcaption {
  padding: 18px 22px 22px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #eee;
}

body.page-id-33534 .au-ba-before {
  filter: saturate(0.85) brightness(0.95);
}

@media (max-width: 768px) {
  body.page-id-33534 .au-ba-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body.page-id-33534 .au-ba-item img {
    height: 240px;
  }
  body.page-id-33534 .au-brand-image {
    height: 120px;
  }
}


/* ============================================================ */
/* Before/After image height tuning for real install photos    */
/* ============================================================ */
body.page-id-33534 .au-ba-item img {
  height: 380px !important;
  object-position: center center;
}

@media (max-width: 768px) {
  body.page-id-33534 .au-ba-item img {
    height: 280px !important;
  }
}

