html,
body {
    background: black;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.under-c {
    height: 30vh;
    margin: 0 24px 5vh;
    background: black url("/img/CPNV_IKONA_underconstruction.svg") center/contain no-repeat;
}
.logo {
    height: 65vh;
    margin: 0 24px;
    background: black url("/img/CPNV_logo_bijeli.svg") center/contain no-repeat;
}
@media screen and (min-width: 834px) {
  body {
    padding: 64px;
  }
  .under-c {
    height: calc(20vh - 64px);
    margin-bottom: 0;
    background-position-x: 75%;
  }
  .logo {
    height: calc(80vh - 64px);
  }
}