.mediaGallerySlider .thumbs{display:grid;gap:var(--map-fallback-gap-inneritem);grid-template-columns:repeat(var(--mediaGallerySlider-thumbscount,4),1fr);list-style:none;margin:0;padding:0}@container mediaGallerySlider ( max-width: 800px ) and ( min-width: 700.01px ){.mediaGallerySlider .thumbs{--mediaGallerySlider-thumbscount:5}}@container mediaGallerySlider ( max-width: 900px ) and ( min-width: 800.01px ){.mediaGallerySlider .thumbs{--mediaGallerySlider-thumbscount:6}}@container mediaGallerySlider ( min-width: 900.01px ){.mediaGallerySlider .thumbs{--mediaGallerySlider-thumbscount:7}}.mediaGallerySlider .thumbs .item{background:none;border:none;border-radius:0;cursor:pointer;padding:0;text-align:unset;width:100%}.mediaGallerySlider .thumbs .figure{aspect-ratio:320/205;margin:0;overflow:hidden;position:relative;width:100%}.mediaGallerySlider .thumbs .figure :is(picture,img,video){display:block;height:100%;width:100%}.mediaGallerySlider .thumbs .figure :is(img,video){object-fit:cover}