.galleryCategories{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 40px}.galleryCategories,.galleryCategories__item{display:-webkit-box;display:-ms-flexbox;display:flex}.galleryCategories__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;border:1px solid #e5e5e5;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;margin:0 10px 10px 0;padding:10px;-webkit-transition:all .2s ease;transition:all .2s ease;width:calc(20% - 8px)}.galleryCategories__item:nth-child(5n){margin-right:0}.galleryCategories__item:active,.galleryCategories__item:focus,.galleryCategories__item:hover{-webkit-box-shadow:0 0 8px rgba(0,0,0,.15);box-shadow:0 0 8px rgba(0,0,0,.15)}.galleryCategories__item:active .galleryCategories__title,.galleryCategories__item:focus .galleryCategories__title,.galleryCategories__item:hover .galleryCategories__title{color:#cb2735;text-decoration:underline}.galleryCategories__title{display:inline-block;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;margin:0 0 10px}.galleryCategories__photo{display:block;height:0;overflow:hidden;padding-bottom:100%;width:100%}@media only screen and (max-width:900px){.galleryCategories__item{width:calc(25% - 7.5px)}.galleryCategories__item:nth-child(5n){margin-right:10px}.galleryCategories__item:nth-child(4n){margin-right:0}}@media only screen and (max-width:700px){.galleryCategories__item{width:calc(33.33333% - 6.66667px)}.galleryCategories__item:nth-child(4n){margin-right:10px}.galleryCategories__item:nth-child(3n){margin-right:0}}@media only screen and (max-width:500px){.galleryCategories__item{width:calc(50% - 5px)}.galleryCategories__item:nth-child(3n){margin-right:10px}.galleryCategories__item:nth-child(2n){margin-right:0}}