/* Fotos abertas, sem moldura de computador */
.showcase{max-width:1120px;background:transparent;border:0;border-radius:0;overflow:visible;box-shadow:none;text-align:left}
.showcase-stage{height:min(51vw,530px);min-height:350px;border-radius:20px;overflow:hidden;box-shadow:0 26px 65px #0008}
.showcase-stage>img{transition:opacity .35s ease;opacity:1}
.showcase-stage>img.fading{opacity:.25}
.slide-pips{display:flex;align-items:center;justify-content:center;gap:9px;padding:18px 0 0}
.pip{width:9px;height:9px;border:0;border-radius:20px;background:#46566c;padding:0;transition:width .25s,background .25s}
.pip.active{width:28px;background:#6aabff}
.showcase-controls{right:22px;bottom:22px}
@media(max-width:760px){.showcase-stage{height:390px;min-height:0}}
@media(max-width:500px){.showcase-stage{height:350px;border-radius:14px}.slide-pips{padding-top:14px}}
