king
2021-10-28 2430a9f70124cce8ff18b84a43d55515849a0dee
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;
  }
}