.img-mark {
	position: relative;
	display: block;
	width: fit-content;
	max-width: 100%;
}

.img-mark > img:not(.hide) {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

.inner_news .img-mark {
	margin-bottom: 1em;
}

.img-mark-label {
	position: absolute;
	right: 0.4rem;
	bottom: 0.35rem;
	z-index: 2;
	margin: 0;
	padding: 0.1rem 0.35rem;
	font-family: "interstate", Arial, Helvetica, sans-serif;
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	background: rgba(0, 0, 0, 0.55);
	pointer-events: none;
}
