body {
  /* padding: 40px; */
  /* color: #0e3481; */
  min-height: 100vh;
}

.header .lead {
  max-width: 620px;
}

/** Below CSS is completely optional **/
.gallery-item {
  width: 200px;
  padding: 5px;
}

.lg-sub-html p {
  /* font-size: 24px; */
  font-size: 3vmin;
}

.lxgw-wenkai-tc-regular {
  font-family: "LXGW WenKai TC", cursive;
  font-weight: 400;
  font-style: normal;
}

#modalCover .modal-body>div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalCover .modal-body>div.bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background-image: url(../../v1/winnie_cover.jpg);
  filter: blur(10px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

#modalCover .modal-body>div div {
  aspect-ratio: 2048 / 1536;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

#modalCover .modal-body>div div img {
  width: 100%;
  height: 100%;
}

#modalCover .modal-body>div div h2 {
  color: white;
  margin: 0;
  padding: 0;
  font-weight: bold;
  position: absolute;
  right: 2%;
  top: 2%;
  writing-mode: vertical-rl;
  font-size: 4vmin;
  font-family: "LXGW WenKai TC", cursive;
  font-weight: 400;
  font-style: normal;
}

#modalCover .modal-body>div div h1 {
  color: white;
  margin: 0;
  padding: 0;
  font-weight: bold;
  position: absolute;
  right: 8%;
  top: 2%;
  writing-mode: vertical-rl;
  font-size: 8vmin;
  font-family: "LXGW WenKai TC", cursive;
  font-weight: 400;
  font-style: normal;
}

@media (max-aspect-ratio: 1/1) {
  .lg-sub-html p {
    /* font-size: 24px; */
    font-size: 4vmin;
  }
}
