.page {
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

.bg-layer {
  height: 1080px;
  background: url(./img/c6a1143a8f656e67c4c214cb815eb148.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 1920px;
}

.logo-container {
  width: 1920px;
  height: 1080px;
  background: url(./img/14ead1fdb0b46b862a17e93c82f1ffa5.jpg)
    100% no-repeat;
  background-size: 100% 100%;
}

.logo-primary {
  width: 278px;
  height: 368px;
  margin: 262px 0 0 822px;
}

.logo-secondary {
  width: 228px;
  height: 22px;
  margin: 283px 0 145px 846px;
}


.page {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.bg-layer {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.logo-container {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8vh;
}

.logo-primary {
  width: 14.5vw;
  height: auto;
  margin: 0;
}

.logo-secondary {
  width: 11.9vw;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .logo-primary {
    width: 25vw;
  }
  .logo-secondary {
    width: 20vw;
  }
}
