.product-screenshots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start;min-width:0;width:100%;max-width:720px;margin-inline:auto}
.product-screenshots img{display:block;width:100%;height:auto;border-radius:8px}
@media(max-width:650px){.product-screenshots{gap:12px}.product-screenshots img{border-radius:6px}}
@media(max-width:360px){.product-screenshots{gap:8px}}
