Naviga per

Dwelli SRLS - P.iva/VAT IT08060730721 Vico Bari 1, Conversano (BA) 70014 Italia .

/* =============================== LAYOUT GENERALE =============================== */ .page-title-wrapper { box-sizing: border-box; margin-left: auto !important; margin-right: auto !important; max-width: 1440px !important; } main#maincontent { padding: 0 20px !important; } /* =============================== GALLERY – DESKTOP =============================== */ #gallery.gallery-grid { display: grid; grid-template-columns: 3fr 1fr 1fr; gap: 20px; max-width: 1440px; width: 100%; margin: 0 auto; } /* =============================== CARD =============================== */ #gallery .card { position: relative; height: 450px; border-radius: 16px; overflow: hidden; background: transparent; /* NO barre */ box-shadow: 0 6px 18px rgba(0,0,0,0.1); } /* =============================== IMMAGINI (SEMPRE PIENE) =============================== */ #gallery .card img { width: 100%; height: 100%; object-fit: cover; display: block; } /* =============================== OVERLAY / TESTI =============================== */ #gallery .overlay { position: relative !important; bottom: 70px !important; float: right !important; background: none; } #gallery p.title { display: none !important; } #gallery .overlay button.info-btn { background: none !important; font-weight: 900 !important; } /* =============================== RESPONSIVE =============================== */ /* <= 1280px */ @media (max-width: 1280px) { #gallery.gallery-grid { grid-template-columns: 2fr 1fr 1fr; } #gallery .card { height: 420px; } } /* <= 1024px */ @media (max-width: 1024px) { #gallery.gallery-grid { grid-template-columns: 1fr 1fr; } #gallery .card:first-child { grid-column: 1 / -1; } #gallery .card { height: 400px; } } /* <= 768px — MOBILE DEFINITIVO */ @media (max-width: 768px) { #gallery { display: grid !important; grid-template-columns: 1fr !important; } #gallery .card { grid-column: auto !important; height: 380px !important; /* BLOCCO visivo */ } #gallery .card img { width: 100%; height: 100%; object-fit: cover; } } /* <= 480px */ @media (max-width: 480px) { #gallery .overlay { bottom: 50px !important; } }