html .stickynav-active{position:fixed;top:0;z-index:99;width:100%;padding-left:0;padding-right:0;margin-left:0;margin-right:0;}
.gallery-tiler .field-items{display:grid;}.gallery-tiler img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;}.gallery-tiler .field-item{overflow:hidden;}.gallery-tiler .field-items{grid-template-columns:repeat(2,1fr);grid-auto-rows:var(--height,180px);gap:var(--gap,0);margin-top:var(--gap,0);margin-bottom:var(--gap,0);}@supports not (display:grid){.gallery-tiler .field-items{display:flex;flex-wrap:wrap;justify-content:space-between;}.gallery-tiler .field-item{width:49%;margin-bottom:2%;height:180px;}@media (min-width:769px){.gallery-tiler .field-item{width:32%;margin-bottom:2%;height:260px;}}}
