.scroll-snap-container{display:block;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-ms-scroll-snap-points-y:repeat(100%);scroll-snap-points-y:repeat(100%);-ms-scroll-snap-destination:0 0;scroll-snap-destination:0 0;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;-ms-scroll-snap-type:mandatory;scroll-snap-type:mandatory;scroll-behavior:smooth}.scroll-snap-container.horizontal{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;overflow-y:hidden;overflow-x:scroll;-ms-scroll-snap-points-x:repeat(100%);scroll-snap-points-x:repeat(100%);-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.scroll-snap-container.fullscreen,.scroll-snap-container.horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.scroll-snap-container.fullscreen{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;top:0;bottom:0;left:0;right:0;min-width:100%;min-height:100%}.scroll-snap-container.fullscreen.horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.item{scroll-snap-align:start}.scroll-snap-container.fullscreen>.item{min-height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.scroll-snap-container.horizontal>.item{scroll-snap-align:center}.scroll-snap-container.fullscreen.horizontal>.item{scroll-snap-align:center;min-width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}