.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  vertical-align: baseline;
  margin-top: 253px;
  margin-left: 894px;
  margin-right: auto;
  position: relative;
  right: -18px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.spline-scene {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-2 {
  height: 60vh;
  position: fixed;
  top: auto;
  bottom: 0%;
}

.image-3 {
  z-index: auto;
  pointer-events: none;
  height: 60vh;
  position: fixed;
  top: auto;
  bottom: 0%;
}

.loading {
  z-index: 108;
  background-color: #fa5959;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.m {
  display: none;
}

@media screen and (max-width: 479px) {
  .body {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section {
    display: flex;
  }

  .spline-scene {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-3 {
    width: auto;
    height: auto;
  }

  .m {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    display: none;
    position: static;
  }

  .image-4 {
    z-index: -555;
    vertical-align: baseline;
    object-fit: cover;
    flex: none;
    width: auto;
    height: 100vh;
    position: fixed;
  }
}
