.dvore-front-article-header {
  position: relative;
  /*height: 35vw;*/
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
}
.dvore-front-article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dvore-front-article {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dvore-front-article-title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-grey);
}
.dvore-front-article-title h1 {
  margin: 0;
}
.dvore-front-article-title .dvore-front-article-date {
  font-family: var(--font-title);
  text-transform: uppercase;
  display: block;
}
.dvore-front-article-title .dvore-front-article-author {
  font-family: var(--font-title);
  text-transform: uppercase;
  display: block;
  position: relative;
  margin-left: 10px;
}
.dvore-front-article-title .dvore-front-article-author:before {
  content: "|";
  margin-right: 10px;
}

.dvore-front-article-title .dvore-front-article-info-2 {
  display: flex;
  align-items: center;
}
.dvore-front-article-tag-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
}
.dvore-front-article-tag-container .dvore-front-article-tag:not(:last-child) {
  margin-right: 10px;
}
.dvore-front-article-tag {
  background-color: var(--color-white);
  padding: 10px;
}
.dvore-front-featured-articles {
  padding: 50px 0;
}
.dvore-front-featured-articles > h2 {
  text-align: center;
  padding: 0 15px;
}

.dvore-front-article-share {
  background: var(--color-pale-grey);
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.dvore-front-article-author-container {
  max-width: 1310px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
  padding: 30px 0;
}
.dvore-front-article-author-img {
  max-width: 250px;
  width: 100%;
}
.dvore-front-article-author-img img {
  width: 100%;
}
.dvore-front-article-author-content {
  width: 100%;
  margin-left: 30px;
}
.dvore-front-article-content img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 1600px) {
  .dvore-front-article {
    padding: 30px 0;
  }
  .dvore-front-article-header {
    max-width: 1300px;
  }
}

@media (max-width: 680px) {
  .dvore-front-article-author-container {
    flex-direction: column;
  }
  .dvore-front-article-author-img {
    max-width: inherit;
    margin-bottom: 30px;
  }
}
