#socment-hashtag-holder {
	padding: 10px;
	background: #fff;
	border: 1px solid #b6b6b6;
	word-wrap: break-word;
	margin: 10px;
	width: calc( 33% - 20px );
}

#socment-hashtag-header {
	display: table;
	position: relative;
	width: 100%;
	clear: both;
	margin: 0 0 20px 0;
	font-weight: 600;
}

#socment-hashtag-userimg {
	width: 48px;
	height: 48px;
	float: left;
	position: relative;
}

#socment-hashtag-username {
	width: calc(100% - 58px);
	float: right;
	position: relative;
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
}

#socment-hashtag-content {
	clear: both;
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}

#socment-hashtag-content-text {
	clear: both;
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}

#socment-hashtag-img {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
}

#socment-hashtag-img img {
	max-width: 100%;
	margin:0 auto;
	height: auto;
}

#socment-hashtag-footer {
	position: relative;
	clear: both;
	width: 100%;
	font-weight: 600;
}

#socment-hashtag-readmore {
	float: right;
	position: relative;
}

#socment-hashtag-date {
	float: left;
	position: relative;
}

@media (max-width: 992px) {
	#socment-hashtag-holder {
		width: calc( 50% - 20px );
	}
}

@media (max-width: 768px) {
	#socment-hashtag-holder {
		width: calc( 100% - 20px );
	}
}