body {
  background-color: #0e3260;
}

.wis-wrapper {
  display: table-cell;
  width: 100vw;
  height: 100vh;
  vertical-align: middle;
}

.wis-wrapper .container {
  --bs-gutter-x: 0;
  max-width: 1200px;
}

.wis-wrapper .wis-box {
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wis-wrapper .wis-footer {
  padding: 23px 20px 20px;
  line-height: 25px;
  text-align: center;
  color: white;
}

.wis-wrapper .wis-footer a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

@media (max-width: 768px) {
  .wis-wrapper .container {
    max-width: 768px;
  }
  .wis-wrapper .wis-box {
    padding-bottom: 75%;
  }
}

@media (max-width: 576px) {
  .wis-wrapper .wis-box {
    padding-bottom: 100%;
  }
}
/*# sourceMappingURL=style.css.map */