.cb_template .gjGroupPhotoRow .cbCanvasLayout {
	top: 0;
	left: 0;
}

.cb_template .gjGroupPhotoRow:before {
	display: block;
	content: '';
	padding-bottom: 100%;
}

.cb_template .gjGroupPhotoModalHeaderAvatar .cbImgAvatar {
	display: block;
	width: 48px;
	max-width: none;
}

.cb_template.gjGroupPhotoModal {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	max-width: 100% !important;
	max-height: 100% !important;
}

.cb_template .gjGroupPhotoModalDetails {
	width: 100%;
}

.cb_template .gjGroupPhotoModalBtn {
	cursor: pointer;
	z-index: 2;
	opacity: 0.6;
}

.cb_template .gjGroupPhotoModalBtn:hover,
.cb_template .gjGroupPhotoModalBtn:focus,
.cb_template .gjGroupPhotoModalBtn:active {
	opacity: 1;
}

.cb_template .gjGroupPhotoModalIcon {
	width: 48px;
	height: 48px;
}

.cb_template .gjGroupPhotoImage img {
	object-fit: contain;
}

@media (min-width: 768px) {
	.cb_template .gjGroupPhotoModalBtn:not(:hover,:focus,:active,.active) .gjGroupPhotoModalIcon {
		background: transparent !important;
	}

	.cb_template .gjGroupPhotoModalDetails {
		width: 400px;
		flex-shrink: 0;
	}

	.cb_template .gjGroupPhotoModalDetails.collapsed {
		display: none !important;
	}
}