.event-container{display:flex;flex-wrap:wrap}.event-item{box-sizing:border-box;flex-basis:calc(33.33% - 20px);margin:10px}.event-item h2{font-size:1.2em;margin-bottom:10px}.event-item img{height:auto;max-width:100%}.event-item .news-text-area{margin:14px 0 0}.event-item .news-timestamp{color:#fff}.event-item .lead-text{margin:4px 0 20px}@media (max-width:767px){.event-container{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;width:100%}.event-item{flex-basis:80%;flex-shrink:0;margin:10px 20px;width:80%}}