
27 or 32 Liter Glide Ski Pack
/* General reset */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Container to display the image at the left margin*/ .image-container { display: flex; justify-content: left; align-items: center; padding: 20px; } /* Image styling for desktop devices */ img { max-width: 100%; height: auto; display: block; }*/ /* Media query for small (mobile) devices @media (max-width: 1020px) { img { max-width: 100%; height: auto; } } /* General reset */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Container to display the image at the left margin*/ .image-container { display: flex; justify-content: le