/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 10 Aug 2026, 6:51 am
*/

@media screen and (max-width: 767px) {
  .fg-paging-container .fg-dot-item {
    transform: scale(1.20) !important;    

  }

  .fg-paging-container .fg-dot-item.fg-selected {
    transform: scale(1.35) !important;
  }
}