.panel-body.comment-content-true cnm a img.block , img.cnmimg {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-right: -50%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: initial!important;
	margin: 0!important;
	object-fit: cover;
	max-width: 100%!important;
}

.panel-body.comment-content-true cnm a.light-link , a.cnma{
	width: calc(30% - 10px);
	aspect-ratio: 1 / 1;
	position: relative;
	display: block;
	overflow: hidden;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 0 1px rgb(0 0 0/5%),0 2px 3px 0 rgb(0 0 0/10%);
	margin: 5px;
}

.panel-body.comment-content-true cnm {
	display: inline-flex;
	width: 100%;
}

a.light-link.cnma {
    display: inline-block;
	margin: 2px 5px;
}