.com-item-small{
	background-color: #fff;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.com-item-small .with-image{
	width: 120px;
	height: 100px;
}

.com-item-small .title{
	display: block;
	font-size: 1.3rem;
	line-height: 1.7rem;
}
.com-item-small .text{
	font-size: 1rem;
	line-height: 1.2rem;
}
.com-item-small .section{
	padding: 0px;
	font-size: 0.9rem;
	margin: 0px;
}
.com-item-small .section .section-color{
	width: 3px;
	height: 0.9rem;
	margin-right: 10px;
	background-color: #2e4a77;
}
.com-item-small .time,
.com-item-small .stats{
	font-size: 0.9rem;
}

.com-item-small .badge-top-left {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #ff7f00;
	padding: 4px 8px;
	border-radius: 4px;
	color: white;
	font-size: 0.75rem;
	font-weight: 600;
}

.nativeImage{
  width: 100%;
  padding-top: 52.5%;
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {

	.nativeImage{
	  width: 100%;
	  padding-top: 100%;
	  margin-bottom: 0;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	.com-item-small .text{
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
}
@media (min-width:  1440px){
	.com-item-small .text{
		font-size: 1.1rem;
		line-height: 1.4rem;
	}
}