.event-gallery{top:0;left:0;width:100%;overflow-y:auto;overflow-y:overlay;position:absolute;display:flex;flex-flow:column;list-style-type:none;margin:0;padding:0;align-items:flex-start;transition:left 1s,top 1s}.event-gallery.closed{top:100%;left:0}.event-gallery-inline{display:flex;justify-content:center}.event-gallery-inline>.event-gallery{position:static;max-width:700px}.event-gallery-reduced{max-height:350px}.event-gallery-reduced>.event-gallery{max-width:600px}@media only screen and (min-width: 600px){.left .event-gallery.closed{left:-100%;top:0}.right .event-gallery.closed{left:100%;top:0}}.event-gallery-item{flex:0 0 auto;display:flex;flex-direction:row;width:-webkit-fill-available;margin:5px 20px;align-items:center;text-align:center;justify-content:center;background-color:#fff;color:#000}.event-gallery-item-img{flex:0 0 30%;height:80px;padding:20px}.event-gallery-item-img>img{width:100%;height:100%;object-fit:cover}.event-gallery-item-text{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 20px 20px 0}.event-gallery-item-text p,.event-gallery-item-text h3{margin:0}.event-gallery-item-text>p{margin-top:10px}.event-gallery-item-text a{font-size:16px}.event-gallery-item-launch svg{fill:gray}
