.blog-post img, .blog-post iframe, .blog-single-post img, .blog-single-post iframe {
    max-width: 100%;
}
img {
    border: 0;
}
img {
    vertical-align: middle;
}
h6.blog-date, h6.blog-cat, h6.blog-author, h6.blog-date a, h6.blog-cat a, h6.blog-author a {
    color: #a8b1b4;
}
.blog-single-post h6.blog-author {
    letter-spacing: 0.2em;
}
.postmetadata h6 {
    display: inline;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}
h6.blog-date, h6.blog-cat, h6.blog-author, h6.blog-date a, h6.blog-cat a, h6.blog-author a {
    color: #a8b1b4;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    letter-spacing: .08em;
}
article{    -webkit-text-size-adjust: 100%;
    font: 15px/23px 'Open Sans',Arial,sans-serif;
    color: #000;
    box-sizing: border-box;
    outline: 0;
    margin: 17px 0 32px;
    padding: 22px 24px 0;
    background:white
}

article.article-related{   
    box-sizing: border-box;
    outline: 0;
    color: #000;
    position: relative;
}

.article-related  a.absolute {
	display:block; 
	position:absolute; 
	width:100%; 
	height:100%; 
	z-index:2;
}

div.article-related__title  {
   
    box-sizing: border-box;
    outline: 0;
    color: #000;
    margin: 0 0 .5em;
 }

div.article-related__text  {  
    color: #000;
    box-sizing: border-box;
    outline: 0;
}
div.article-related__pic{
	color: #000;
    box-sizing: border-box;
    outline: 0;
    position: relative;
    padding-bottom: 1em;
}
div.article-related__pic img{
    box-sizing: border-box;
    outline: 0;
    border-style: none;
    color: transparent;
    display: block;
    /*margin: 0 auto;*/
}

.article-related__pic:before {
	content: "";
    position: absolute;
    bottom: 2em;
    /* padding-bottom: 2em; */
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, white, rgba(255,255,255, 0) 20%);
}