king
2021-03-31 4f5f8002496e8b32c1ba83e9d3a0674e61c41c03
1
2
3
4
5
6
7
8
9
.home-loading-view {
  position: relative;
  height: 100%;
  .home-box-spin {
    position: relative;
    left: 50%;
    top: 30vh;
  }
}