.sy_module {
	display:inline-block;
}

.sy_img-circle {
		width: 96px;
		height: 96px;
		object-fit:cover;
    border-radius: 50%;
}

.sy_item {
	position:relative;
	float: left;
	width: 100%;
	height: 122px;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:26px;	
}
@media (min-width: 768px) and (max-width: 1018px) {
	.sy_item {
		float: left;
		width: 100%;
		height: 96px;
		height: 122px;
		padding-left:24px;
		padding-right:24px;
		padding-bottom:26px;
	}
}
@media (max-width: 767px) {
	.sy_item {
		float: left;
		width: 100%;
		height: 96px;
		height: 122px;
		padding-left:24px;
		padding-right:24px;
		padding-bottom:26px;
	}
}

.sy_item .sy-module-thumb {
	position: absolute;
  left: 0px;
  top: 0px;
	width: 96px;
}

.sy_module_wrap .entry-title {
  /* General Title */
  font-size: 14px;
	font-weight: 500;
  line-height: 20px;
  margin: 0 0 6px 0;
}
.sy_module_wrap:hover .entry-title a {
  color: #4db2ec;
}
.sy-module-meta-info{
	font-family:'Open Sans', arial, sans-serif;
	font-size:13px;
	line-height:1;
	margin-top:10px;
	margin-bottom:10px;
}

.sy_item .item-details {
	position: relative;
	margin-left:90px;
}