@import "/style.css";

.kv {
  position: relative;
  background: url(img/kv.jpg) no-repeat center/cover;
  width: 100%;
  height: 260px;
}

.kv .heading {
  position: absolute;
  top: 18px;
  left: 30px;
}


@media screen and (min-width: 980px) {
  .kv {
    height: 520px;
  }
}

.comingsoon {
  font-size: 22px;
  font-family: var(--serif);
  font-weight: bold;
  text-align: center;
  padding: 100px 0;
}