#rss_container {
	width: 100%;  
    height: 100%;
	position: relative;
    overflow:hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0.9rem;*/
}

#rss_wrapper {
	background-color: #ffffff;
    border-radius: 25px;
    width: 98%;
    height: 100%;
}

#rss_wrapper.owl-carousel .owl-wrapper-outer {
    border-radius: 0;
}

.owl-carousel .owl-wrapper-outer {    
    width: 98%;   
}

.rss-content-wrapper {
	width: 100%;
	height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.rss-image {
    width: 175px;
    height: 175px;
    margin-right: 15px;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 25px;
    overflow: hidden;
    top: 12px;
}

.rss-image .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.rss-image > img {
    /*width: auto;
    height: 100%;*/
    width: 100%;
    height: auto;
    border-radius: 25px;
    max-width: 100%;
    /*min-width: 190px;*/
}


.rss-content {
    padding: 12px 20px 32px 12px;
	/*width: 60%;*/
	/*height: 100%;*/
	background-color: #ffffff;
	/*position: absolute;
	right: 0;
	top: 0;*/
    flex-grow: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 25px 25px 0;
}

.rss-date {
    color: #46B4FE;
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
}

.rss-title {
	margin: 0;
    line-height: 1rem;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rss-title > a {
    color: #f26522;
    text-decoration: none;
	font-weight: bold;
    font-size: 1rem;
}

.rss-body p {
    color: #363636;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: right;
    line-height: 1.2rem;
}

@media (max-width: 1199px) {
    .rss-image {
        height: 194px;
    }
}

@media (max-width: 991px) {
    .rss-image {
        height: 204px;
    }
}

@media (max-width: 767px) {
    #rss_container {
    width: 100%;
    height: 165px;
    border-radius: 15px;
    margin: 1rem 0 0 0;
    }

    #rss_wrapper {
        background-color: #ffffff;
        border-radius: 15px;
        width: 100%;
        height: 100%;
    }

    .rss-content-wrapper {
        /*width: 100%;*/
        /*height: 100%;*/
    }

    .rss-image {
        width: 7rem;
        height: 150px;
        border-radius: 15px;
    }

    .rss-content {
        padding: 9px 12px 35px 12px;
        border-radius: 0 15px 15px 0;
    }
}

@media (max-width: 479px) {
    .rss-date {
        margin-bottom: 3px;
    }   

    .rss-title > a {
        font-size: 0.75rem;
    	line-height: 0rem;
}

    .rss-body p {
        margin: 5px 0;
		font-size: 0.7rem;
		line-height: 0.8rem;
    }

    .rss-content {
        padding: 9px 7px 35px 7px;
    }

    .owl-theme .owl-controls {
        bottom: 2px;
    }
}

@media (max-width: 359px) {
    #rss_container {
        height: 140px;
    }

    .rss-image {
        width: 120px;
        margin-right: 5px;
    }
}