body {
  padding-top: 20px;
}

header {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  height: 35vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

#post .boxs {
  position: relative;
  z-index: 10;
}

.post-single {
  margin-top: 0px;
}
.post-single .post-single-image {
  margin-top: 0px;
}/*# sourceMappingURL=article.css.map */