.sdv-rss {
    border-right: 1px solid white;
    border-top: 1px solid #fff;
    display: block;
}

.container-rss-big{
    margin: 10px 0 10px 20px;
    height: 345px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

.container-rss-big .bx-viewport{
    height: 345px !important;
}


.container-rss-small .bx-viewport{
    height: 196px !important;
}

.sdv-rss-item{
    height: 68px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    position: relative;

}

.sdv-rss .img-rss{
    width: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #63c5be;
    height: 63px;
    text-align: center;
}
.rss-img{
	background-image:url(../img/rss/rss.png);
     margin-top: 10px;
	display:inline-block;
	height: 8px;
    width: 8px;
}
.sdv-rss .img-rss img{
    height: 8px;
    width: 8px;
    margin-top: 10px;
    background-image:url(../img/rss/rss.png);
}

.sdv-rss .content-rss{
    padding: 0 15px 0 35px;
    line-height: 15px;
    color: #2d2f31;
}

.sdv-rss .content-rss h6{
    margin: 10px 0 2px 0;
    font-size: 12px;
    color: #63c5be;
}

.sdv-rss .content-rss span{
    color: #868686;
}
@media screen and (min-width: 800px)
{
	.container-rss-small{
	    margin: 10px 0 10px 20px;
	    height: 196px;
	    overflow: hidden;
	    border-bottom: 1px solid #fff;
	}

}

 @media screen and (max-width: 1200px)
{
	.container-rss-small {
	    margin: 10px 0 10px 10px !important;
	}
  
}