
.article img {
    max-width: 100%;
}

.article__share img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */
}

.article__share img:hover {
filter: none;
}

.article_inner {
  max-width: 760px;
  margin: 0 auto;
}

.m-3 {
    margin-top: 3em;
}
#scroller{
    position: fixed;
    bottom: 30px;
    cursor: pointer;
    display: none;
    text-align: center;
    right: 30px;
    background: rgba(255,255,255,.5);
    padding: 10px 20px;
}
#scroller:before {
    content: '';
    display: block;
    width: 50px;
    height: 27px;
    background: url(/img/titan_logo.png) 0 0 no-repeat;
    background-size: cover;
}

html.overflow,
body.overflow {
    overflow:hidden;
}

a.article__sibling-block {
    color: #2D2D2D;
    text-decoration: none;
}

@media (min-width: 960px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .articles__item-image {
        height: auto;
    }
    .articles__item-image img {
        position: static;
        height: auto;
    }
    .article .article__image {
        height: auto;
    }
}