.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #383838;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
.view-article #sp-main-body .container .article-details .article-details-img-wrap {
    background-color: #ffffff!important;
    background-size: cover;
    background-position: top;
    height: 0px!important;
    position: relative;
}
div.mod-languages ul li.lang-active {
    background-color: #ffffff!important;
}
.view-category {
    background-image: url(../images/blog-details-bg.png);
    background-size: 10px!important;
    background-position: top;
    background-repeat: no-repeat;
}