.LoadSection {
    position: relative;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  section {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  .bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
  }

  #bg-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    filter: blur(2px);
  }

  #load-content {
    background-color: #000000cc;
    border-radius: 10px;
  }