.blogarticle .blog-post-article-header {
  border-radius: 20px;
  color: #ffffff;
  width: 100%;
  background-image: url("/img/blogtilebackground.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}
@media (min-width: 992px) {
  .blogarticle .blog-post-article-header {
    min-height: 600px;
  }
}
.blogarticle .blog-post-article-header .blog-post-article-header-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  background-color: rgba(28, 27, 26, 0.2);
}
.blogarticle .blog-post-article-header .blog-post-article-header-title {
  max-width: 100%;
  width: 900px;
}
.blogarticle .blog-post-article-share-bar {
  position: relative;
}
.blogarticle .blog-post-article-share-bar .h-line {
  bottom: 0;
  left: 0;
}
.blogarticle .blog-post-article-share-bar .h-line.animated {
  width: 100%;
}
.blogarticle .blog-post-article-share-bar .blog-post-article-share-bar-content {
  max-width: 100%;
  width: 900px;
}
/*# sourceMappingURL=../../dist/css/maps/blogpostarticles.css.map */
