/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 27 Jan 2026, 4:45 pm
*/

@media (max-width: 767px) {
  .foogallery.masonry {
    column-count: 1 !important;
  }
}