.cff-visual-header .cff-header-hero img {
	width: 100%;
	display: none;
}

.cff-visual-header .cff-header-img img {
	display: block;
	width: 100px;
	border-radius: 3px;
	padding: 0;
	margin: 0;
}

.cff-visual-header.cff-has-cover .cff-header-img img {
	border: 2px solid #fff;
}

#cff .cff-author-img.cff-no-consent img, #cff .cff-expand, #cff .cff-less {
	display: none;
}

#cff .cff-author img {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 0;
	border-radius: 50%;
}

#cff .cff-link img, #cff.cff-masonry .cff-comment-attachment, #cff.cff-masonry .cff-comment-replies-box {
	max-width: 100%;
}

#cff .cff-credit img {
	float: left;
	margin: -2px 5px 0 0;
}

@media all and (max-width:640px) {
	.cff-wrapper .cff-visual-header .cff-header-img img {
		width: 80px;
	}
}

#cff .cff-comment .cff-comment-text img, #cff img.emoji, #cff-lightbox-wrapper .cff-comment .cff-comment-text img, #cff-lightbox-wrapper img.emoji {
	float: none;
	max-width: 100%;
}