.tour-container{width:calc(100vw - 7rem);height:100vh;position:absolute;top:10em;bottom:0;left:-10em;overflow:auto}.tour-selector{height:300vh}.tour-selector.closed .tour-block.closed{animation:1s forwards close}.tour-selector.open .tour-block.closed{animation:1s forwards open}@keyframes close{25%{opacity:.5}50%{opacity:0}to{opacity:0;max-height:0}}@keyframes open{0%{max-height:0}25%{opacity:.5}50%{opacity:1}to{opacity:1;max-height:12rem}}.tour-container::-webkit-scrollbar{display:none}
