.tiles{}.tiles>*{float:left;width:100%;height:200px;overflow:hidden;margin-bottom:.5em;text-align:center;margin-bottom:2%;background:#eee;transition:all .2s ease-in-out;position:relative}.tile .caption{background:#a3195b;color:#f9b233;text-transform:uppercase;padding:.5em;position:absolute;bottom:0;left:0;width:100%}.tiles img{max-height:200px}.tiles>*:hover{box-shadow:3px 3px 6px rgba(0,0,0,.3)}@media screen and (min-width:550px) and (max-width:825px){.tiles>*{width:48%}.tiles>*:nth-of-type(2n){float:right}.tiles>*:nth-of-type(2n+1){clear:right}}@media screen and (min-width:825px) and (max-width:1100px){.tiles>*{width:32%}.tiles>*:nth-of-type(3n-1){margin:0 2%}.tiles>*:nth-of-type(3n+1){clear:right}}@media screen and (min-width:1100px){.tiles>*{width:23.5%;margin-right:1%}.tiles>*:nth-of-type(4n){margin-right:0}}.filterset{margin-bottom:2em}.filterset form{display:flex;max-width:600px;justify-content:space-between}.filterset form>*{flex-basis:48%}.filterset form select{width:100%}.filterset form>*:first-child{margin-right:.5em}