@charset "utf-8";
.article-splash-wrap{    
    background: #5969E8;
}
.article-splash-wrap .wrap.inner{
    background: url("/imgnew/products/juststream/articles/js-article-cover.png");
    background-position: top left;
    background-repeat: repeat;
}
.article-splash-wrap .wrap.inner {
    /* background: url("/imgnew/products/juststream/articles/js-article-cover.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-product{
    background-image: url("/imgnew/products/juststream/article.png");
}
.icon-product.box-32x32{
    background-position: 0px 0px;
}
.icon-product.box-128x128{
    background-position: 0px -56px;
}
@media (max-width: 767px) {
    .article-splash-wrap .wrap.inner{background-image:none;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    .icon-product.box-32x32{
        background-image: url("/imgnew/products/juststream/juststream@64.png");
		background-position: 0px 0px;
    }
    .icon-product.box-64x64{
        background-image: url("/imgnew/products/juststream/juststream@128.png");
		background-position: 0px 0px;
    }
    .icon-product.box-128x128{
        background-image: url("/imgnew/products/juststream/juststream@256.png");
		background-position: 0px 0px;
    }    
}