.gallery-container{position:relative;width:fit-content;margin:0 auto;padding-top:2rem;padding-bottom:2rem}.gallery{position:relative;display:flex;justify-content:center;align-items:center}.gallery-image{max-width:600px;max-height:400px;width:auto;height:auto;display:none;object-fit:contain}@media (max-width:700px){.gallery-image{max-width:200;max-height:200px}}.gallery-image.active{display:block}.arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);color:white;border:none;padding:10px 15px;cursor:pointer;z-index:10;font-size:1.5rem;border-radius:5px}.left-arrow{left:10px}.right-arrow{right:10px}