.BlogView-background{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(../images/backgrounds/smoke_1.png), url(../images/backgrounds/smoke_2.png);
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-color: black;
    /* filter: brightness(0.2); */
}

/* Only Chrome */
.BlogView-main-block .info::-webkit-scrollbar {width: 8px;}
.BlogView-main-block .info::-webkit-scrollbar-thumb {background-color: #cccccc36; background-clip: padding-box; border: 0px; border-radius: 4px; width: 8px;}
.BlogView-main-block .info::-webkit-scrollbar-track {background-color: transparent; }
.BlogView-main-block .info::-webkit-scrollbar-button {background-color: transparent; display: none;}
/* Only IE */
.BlogView-main-block .info{scrollbar-face-color: #cccccc36; scrollbar-shadow-color: transparent; scrollbar-highlight-color: transparent;}
/* Only FireFox */
.BlogView-main-block .info{scrollbar-color: #cccccc36 transparent; scrollbar-width:thin;}

.BlogView-main-block .info{
    overflow-y: scroll;
}

.author-icon svg{
    width: 100%;
    height: 100%;
}

.blog_container__boxed, .products_container__boxed{
    background: transparent !important;
    border:0px  !important;
}

.blog_container__boxed>h1{
    margin-left:9px;
    font-family: var(--OpenSans);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
}

.blog_container--left{
    width: 100% !important;
}