.galleryGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1em}.galleryGrid img{width:100%;height:auto}.galleryGrid .location-listing{position:relative}.galleryGrid .location-image{line-height:0;overflow:hidden}.galleryGrid .location-image img{-webkit-filter:blur(0);filter:blur(0);transition:-webkit-filter .3s ease-in;transition:filter .3s ease-in;transition:filter .3s ease-in,-webkit-filter .3s ease-in;transform:scale(1.1)}.galleryGrid .location-title{font-size:1.5em;font-weight:700;text-decoration:none;z-index:1;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;transition:opacity .5s;background:rgba(90,0,10,.4);color:#fff;display:flex;align-items:center;justify-content:center}.galleryGrid .location-listing:hover .location-title{opacity:1}.galleryGrid .location-listing:hover .location-image img{-webkit-filter:blur(2px);filter:blur(2px)}@media (hover:none){.galleryGrid .location-title{opacity:1}.galleryGrid .location-image img{-webkit-filter:blur(2px);filter:blur(2px)}}.cardFeed{display:flex;flex-wrap:wrap}.cardFeed .cardFeedImg{max-width:100%;padding:8px 0}body{font-family:Nunito,sans-serif;background:#fff;width:100%;height:100%}.splash{position:fixed;bottom:0;right:0;background:#8bc34a;color:#fff;opacity:.5;padding:6px;font-size:14px;border-top-left-radius:5px;display:flex;align-items:center}