*{box-sizing:border-box}:root{--sidebar-width:71px}.gallery{max-width:100%;display:flex}.gallery:last-child{margin-bottom:var(--responsive-global-section-gap)!important}.gallery.left-right-padding{padding-left:var(--responsive-global-section-padding);padding-right:var(--responsive-global-section-padding)}.gallery.top-bottom-padding{padding-top:var(--responsive-global-section-padding);padding-bottom:var(--responsive-global-section-padding)}.gallery.contain img,.gallery.contain video{object-fit:contain}.gallery.overlay-text h1,.gallery.overlay-text h2,.gallery.overlay-text h3,.gallery.overlay-text h4,.gallery.overlay-text h5,.gallery.overlay-text h6,.gallery.overlay-text p{color:var(--color-white-text-for-overlay)}.gallery.margin-top{margin-top:var(--responsive-global-section-padding)}.gallery.margin-left{margin-left:var(--responsive-global-section-padding)}.gallery.margin-right{margin-right:var(--responsive-global-section-padding)}.gallery.position-top-left{justify-content:flex-start;align-items:flex-start}.gallery.position-top-center .container-wrapper{justify-content:center;align-items:flex-start}.gallery.position-top-right .container-wrapper{justify-content:flex-end;align-items:flex-start}.gallery.position-center-left .container-wrapper{justify-content:flex-start;align-items:center}.gallery.position-center-center .container-wrapper{justify-content:center;align-items:center}.gallery.position-center-right .container-wrapper{justify-content:flex-end;align-items:center}.gallery.position-bottom-left .container-wrapper{justify-content:flex-start;align-items:flex-end}.gallery.position-bottom-center .container-wrapper{justify-content:center;align-items:flex-end}.gallery.position-bottom-right .container-wrapper{justify-content:flex-end;align-items:flex-end}.gallery .container-wrapper{display:flex;width:100%;position:relative}.gallery .content-wrapper{display:flex;flex-flow:column;gap:var(--responsive-text-gap)}.gallery .grid-wrapper{gap:calc(var(--responsive-global-section-gap)/2);max-width:100%;width:100%}.gallery .gallery-wrapper{width:100%;padding:0;position:relative}.gallery .gallery-wrapper .media-wrapper{position:absolute;top:0;left:0;transition:transform .2s ease-in-out;border-radius:var(--responsive-global-border-radius)}.gallery .gallery-wrapper .media-wrapper img,.gallery .gallery-wrapper .media-wrapper video{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.gallery .gallery-wrapper .media-wrapper:hover img,.gallery .gallery-wrapper .media-wrapper:hover video{opacity:.9}