.gallery-list__sub-container{position:relative;display:grid;gap:clamp(16px,12px + 1.25vw,30px)}@media(max-width:400px){.gallery-list__sub-container{grid-template-columns:repeat(1,1fr)}}@media(min-width:401px)and (max-width:767px){.gallery-list__sub-container{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px)and (max-width:1024px){.gallery-list__sub-container{grid-template-columns:repeat(3,1fr)}}@media(min-width:1025px)and (max-width:1179px){.gallery-list__sub-container{grid-template-columns:repeat(3,1fr)}}@media(min-width:1180px){.gallery-list__sub-container{grid-template-columns:repeat(5,1fr)}}.gallery-list__media{position:relative;display:block;cursor:pointer;border:0;background:transparent;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border-radius:0}.gallery-list__media picture{position:relative;display:block;width:100%;height:100%;z-index:1;aspect-ratio:1}.gallery-list__media picture:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;transition:opacity .5s cubic-bezier(.55,.085,.68,.53)}.gallery-list__media picture img{display:block;width:100%;height:100%;object-fit:cover}@media(min-width:768px){.gallery-list__media:hover picture:after{opacity:.4}.gallery-list__media:hover .gallery-list__icon{opacity:1}}.gallery-list__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;z-index:2}@media(max-width:767px){.gallery-list__icon{background-color:#e8f9f9;position:absolute;bottom:0;right:0}}@media(min-width:768px){.gallery-list__icon{position:absolute;top:50%;bottom:initial;left:50%;right:initial;transform:translate(-50%,-50%);background-color:#ffffff80;opacity:0;border-radius:50%;transition:opacity .5s cubic-bezier(.55,.085,.68,.53)}}.gallery-list__icon svg{display:block;fill:#0d1a10}@media(max-width:767px){.gallery-list__icon svg{width:14px;height:14px}}@media(min-width:768px){.gallery-list__icon svg{width:18px;height:18px}}
