.gallery-list-2 .thumb span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
}

.archive-view-head .left-cont .thumb.no-img {
	background-color: #fff;
	aspect-ratio: 16 / 9;
}

.archive-view-head .left-cont .thumb.no-img::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.archive-view-head .left-cont .thumb.no-img span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
}
