.ticker-top-videos-item .image_container {
	border-radius: 5px;
    height: 30px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    padding: 4px 0px;
}
.ticker-top-videos-wrapper {
}
.ticker-top-videos-wrapper .ticker-top-videos-item {
	display: inline-block;
	margin-right: 15px;
}
.ticker-top-videos-wrapper .aio-icon-header {
    background-color: #ee4930;
    float: left;
    z-index: 2;
    position: absolute;
    left: 0;
}
.ticker-top-videos-wrapper .aio-icon-header:after {
    content: "";
    background: linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    right: -30px;
    width: 30px;
    height: 38px;
    top: 1px;
    z-index: 999;
    display: inline-block;
    position: absolute;
}
.ticker-top-videos-wrapper .aio-icon-header h3 {
	background-color: #1e73be;
	color: #fff;
	font-weight: 400;
    line-height: 1.1;
    margin: 0;
    padding: 12px 15px 14px;
    text-transform: uppercase;
    font-size: 14px;
}
.ticker-top-videos-wrapper .ticker-top-videos-items.marquee {
	background-color: #fff;
    border: 1px solid #e7e7e7;
    height: 40px;
    overflow: hidden;
    width: 100%;
}
.ticker-top-videos-item .image_container .image_inner_container{
	height: 30px;
    width: 40px;
    display: inline-block;
    border-radius: 5px;
}
.ticker-top-videos-wrapper .ticker-top-videos-item .description h3{
	line-height: 38px;
    display: inline-block;
    vertical-align: top;
    color: #474747;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    letter-spacing: .2px;
}

