.nacada .banner-pane {

}
.nacada .banner-pane:before {
	display: none;
}
.banner-conference--image {
	position: relative;
	max-width: 100%;
}
.banner-conference--image img {
	filter: unset !important;
	object-fit: cover;
	min-height: 250px;
}
.banner-conference--image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.85) 100%);
	z-index: 9;
}
.banner-conference--image__location,
.banner-conference--image__title {
	z-index: 9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	width: 100%;
	max-width: max-content;
	font-family: var(--font__sans-serif);
	margin: 0 0.45rem;
	width: 100%;
}
.banner-conference--image__location {
	bottom: 5rem;
	font-size: calc(20px + (70 - 20) * (100vw - 380px) / (1920 - 380));
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.banner-conference--image__title {
	text-transform: uppercase;
	font-size: calc(12px + (25 - 12) * (100vw - 380px) / (1920 - 380));
	font-weight: 600;
	bottom: 1.5rem;
	background: var(--tab-color);
	border-radius: 25px;
	line-height: 1;
	padding: 0.25rem 0.65rem;
	display: flex;
	align-items: center;
	gap:0.5rem;
}
.banner-conference--image__year {
	background: #fff;
	border-radius: 50%;
	padding: 0.25rem;
	line-height: 1;
	margin-right: -0.35rem;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
