#loading {
  display: none;
}

#loading .loading-content {
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
}
#loading .loading-content img {
  width: 512px;
  height: 292px;
  margin-top: 50px;
}

.loading {
  display: none;
}

.loading .loading-content {
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
}
.loading .loading-content img {
  width: 512px;
  height: 292px;
  margin-top: 50px;
}