.gallery-grid{display:grid;width:100%;height:100%}@media (max-width:767px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:6px}.grid-item:not(.mobile){display:none}.grid-item.mobile:first-child{--grid-area-0:1/1/4/2}.grid-item.mobile:nth-child(2){--grid-area-1:4/1/5/2}.grid-item.mobile:nth-child(3){--grid-area-2:1/2/2/3}.grid-item.mobile:nth-child(4){--grid-area-3:2/2/5/3}}@media (min-width:768px) and (max-width:1023px){.gallery-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:10px}.grid-item:not(.tablet){display:none}.grid-item.tablet:first-child{--grid-area-0:1/1/2/3}.grid-item.tablet:nth-child(2){--grid-area-1:1/3/2/4}.grid-item.tablet:nth-child(3){--grid-area-2:2/1/3/2}.grid-item.tablet:nth-child(4){--grid-area-3:2/2/3/3}.grid-item.tablet:nth-child(5){--grid-area-4:2/3/3/4}.grid-item.tablet:nth-child(6){--grid-area-5:3/1/3/4}}@media (min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(6,1fr);gap:16px}.grid-item.desktop{display:block}.grid-item.desktop:first-child{--grid-area-0:1/1/2/2}.grid-item.desktop:nth-child(2){--grid-area-1:2/1/4/2}.grid-item.desktop:nth-child(3){--grid-area-2:4/1/7/2}.grid-item.desktop:nth-child(4){--grid-area-3:1/2/4/3}.grid-item.desktop:nth-child(5){--grid-area-4:4/2/5/3}.grid-item.desktop:nth-child(6){--grid-area-5:5/2/7/3}.grid-item.desktop:nth-child(7){--grid-area-6:1/3/3/4}.grid-item.desktop:nth-child(8){--grid-area-7:3/3/6/4}.grid-item.desktop:nth-child(9){--grid-area-8:6/3/7/4}.grid-item.desktop:nth-child(10){--grid-area-9:1/4/4/5}.grid-item.desktop:nth-child(11){--grid-area-10:4/4/5/5}.grid-item.desktop:nth-child(12){--grid-area-11:5/4/7/5}}