body,html{background:#f0f0f0;margin:0;min-height:100%;padding:0}.wrapper,body,html{align-items:center;display:flex;justify-content:center;width:100%}.wrapper{padding:20px}.slider{gap:10px;max-width:1200px;width:90%}.slide,.slider{display:flex;flex-wrap:wrap;justify-content:center}.slide{align-items:center;width:100%}.img-wrapper{align-items:center;display:flex;flex:1 1 calc(33.33% - 20px);justify-content:center;max-width:300px;padding:5px}.img-wrapper img{height:auto;max-height:150px;object-fit:contain;width:100%}@media (max-width:768px){.img-wrapper{flex:1 1 calc(50% - 20px);max-width:250px}}@media (max-width:480px){.img-wrapper{flex:1 1 calc(50% - 10px);max-width:200px}.img-wrapper img{max-height:120px}}