.gallery__parent{display:flex;align-items:center;height:40vw;max-height:400px;justify-content:center;max-width:100vw;overflow:hidden;position:relative;cursor:grab;width:calc(100vw - 10px);overflow:hidden;margin-top:10px}.gallery__parent :nth-child(n){transition:opacity .1s;pointer-events:none}@media (max-height:850px){.gallery__parent{max-height:350px;margin-top:0}}.gallery__anim :nth-child(n){transition:all 250ms}.gallery__galleryItem{width:70vw;max-width:700px;max-height:370px;height:40vw;position:absolute;border-radius:15px;display:block}.gallery__galleryItem img{border-radius:15px;outline:.5px solid rgba(159,159,159,.25)}@media (max-height:850px){.gallery__galleryItem{max-height:300px}}.gallery__galleryItem :nth-child(n){height:40vw;width:100%;object-fit:cover;max-width:700px;max-height:370px;border-radius:15px}@media (max-height:850px){.gallery__galleryItem :nth-child(n){max-height:300px}}@media (max-width:550px){.gallery__parent{height:211px}.gallery__galleryItem{width:85vw;height:fit-content}.gallery__galleryItem :nth-child(n){height:200px;object-fit:cover}}