.bg_image_fit {
    right: 0;
}

.hero-blog.hero-fullwidth {
    overflow: hidden;
    position: relative;
}

.hs-blog-listing div.hero-blog[class*="bg_"]{
    margin-bottom: 3.33rem
}

.hero-blog .page-center,
.hero-blog .hero-content {
    position:relative;
}

.hero-blog .overlay {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: -1;
    pointer-events: none;
}

.hero-blog .hero-author{
    margin-top: 3.33rem;
    align-items: flex-start;
    font-size: 0.95rem;
    margin-top: 2rem;
}

.hero-blog .author-image{
    padding-right: 10px;
}
.hero-blog .author-image img{
    width: 65px;
    height: 65px;
    background-color: #2d3e50;
}

.hero-blog .author-content .author-link{
    font-weight: bold;
    margin: .2rem 0;
}

.hero-blog .featured-post {
		position: relative;
    min-height: 453px;
    display: flex;
    align-items: center;
    padding: 2em 3rem;
    margin-top: 2rem;
}

.hero-blog .featured-post img {
    position: absolute;
    {#width: 100%;
    height: 100%;#}
    opacity: .1;
    left: 0;
    top: 0;
}

.hero-blog .featured-content {
		position: relative;
    z-index: 9;
    max-width: 468px;
}

.hero-blog .featured-content .featured-small-text {
		font-size: 14px;
  	font-weight: bold;
}

.hero-blog .featured-content .more-link {
		font-size: 0.85rem;
    border-bottom: 1px solid;
}

.hero-blog .featured-content .post-title {
		font-size: 2.2rem;
  	font-weight: bold;
}

.hero-blog .featured-content .post-title, 
.hero-blog .featured-content .post-title a {
  	line-height: 2.4rem;
}