.gallery__images{position:relative}.gallery__image{display:block;margin-bottom:4rem}.gallery__image span{display:inline-block;position:relative}.gallery__image span:before{border:2px solid var(--gold);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.gallery__image img{-o-object-fit:cover;object-fit:cover}.gallery__image:first-of-type img{aspect-ratio:17/20;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,4rem 100%,0 calc(100% - 4rem));clip-path:polygon(0 0,100% 0,100% 100%,4rem 100%,0 calc(100% - 4rem))}.gallery__image:first-of-type span:before{left:-1rem;top:1rem}.gallery__image:nth-of-type(2) img{aspect-ratio:17/20;-webkit-clip-path:polygon(0 0,calc(100% - 4rem) 0,100% 4rem,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 4rem) 0,100% 4rem,100% 100%,0 100%)}.gallery__image:nth-of-type(2) span:before{display:none}.gallery__image:nth-of-type(3) img{aspect-ratio:17/12;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,4rem 100%,0 calc(100% - 4rem));clip-path:polygon(0 0,100% 0,100% 100%,4rem 100%,0 calc(100% - 4rem))}.gallery__image:nth-of-type(3),.gallery__image:nth-of-type(3) span:before,.gallery__image:nth-of-type(4){display:none}.gallery__image:nth-of-type(4) span:before{left:-1rem;top:-1rem}.gallery__image:nth-of-type(4) img{aspect-ratio:1/1}.gallery__accent{bottom:0;position:absolute;right:-2rem;z-index:-1}@media (min-width:480px){.gallery__images{grid-gap:0 2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:6rem 2rem auto 2rem auto}.gallery__image{margin-bottom:0}.gallery__image:first-of-type{grid-area:1/1/6/2}.gallery__image:nth-of-type(2){grid-area:3/2/6/3}.gallery__image:nth-of-type(3){display:block;grid-area:2/3/4/4}.gallery__image:nth-of-type(4){display:block;grid-area:5/3/6/4;padding-right:20%}.gallery__accent{bottom:14rem;left:20%}}@media (min-width:992px){.gallery__images{grid-gap:0 4rem;grid-template-rows:6rem 4rem auto 4rem auto}}