body.page-id-200  {
	overflow: hidden;
	background-color: black !important;
    }

    .frontpage {
      width: 100vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .frontpage .panel {
      max-width: 800px;
      width: 100%;
      margin: 10px 0;
    }

    .frontpage .panel img {
      width: 100%;
      height: auto;
      display: block;
    }