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