:global{
  .filecardgalleryComponent {
    >div:nth-child(1){
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    >ul.ant-pagination{
      text-align: right;
    }
  }
}
