.imagebox-v2-1-across-fullwidth.animation-overlay .img-cont::before{
	display: none;
}

.imagebox-v2-1-across-fullwidth .slide .mini-date-section {
	top: 10px;
	left: 10px
}

.imagebox-v2-1-across-fullwidth .overlap-image .content-section {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	max-width: 615px;
	margin-inline: auto;
	padding: 17px 20px;
	text-align: center;
	background-color: var(--white);
}

.imagebox-v2-1-across-fullwidth .overlap-image .content-section::before,
.imagebox-v2-1-across-fullwidth .overlap-image .content-section::after {
	content: '';
	pointer-events: none;
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 15px;
	background-image: url(/includes/public/assets/shared/decorations/scallop-edge.svg);
	background-repeat: repeat;
	background-position: top;
	background-size: 300px;
}

.imagebox-v2-1-across-fullwidth .overlap-image .content-section::before {
	top: -12px;
}

.imagebox-v2-1-across-fullwidth .overlap-image .content-section::after {
	rotate: 180deg;
	bottom: -12px;
}

.imagebox-v2-1-across-fullwidth .overlap-image .content-upper {
	gap: 6px;
}

.imagebox-v2-1-across-fullwidth .overlap-image .content-section .slide-footer {
	justify-content: center;
}

.imagebox-v2-1-across-fullwidth .overlap-image .content-section .slide-footer a.read-more {
	position: relative;
    display: inline-block;
    padding: 14.5px 35px 14.5px 14px;
    font-size: 0.8125rem;
    font-weight: var(--font-weight-semibold);
    line-height: 1;
    color: var(--sw-button-secondary-color);
    text-decoration: none;
    background-color: var(--sw-button-secondary-bg);
    border: var(--sw-button-secondary-border);
    transition:
	color var(--transition-appendix),
	background-color var(--transition-appendix);
	border-radius: 0;
}

.imagebox-v2-1-across-fullwidth .overlap-image .content-section .slide-footer a.read-more::after{
	content: '';
    display: block;
    pointer-events: none;
    background-image: url(/includes/public/assets/shared/arrows/white-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 14px;
    width: 15px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    transition: background-image var(--transition-appendix);
}

.imagebox-v2-1-across-fullwidth .overlap-image .slide-title {
	color: var(--blue-00);
	font-size: 1.5rem;
	line-height: calc(32/24);
	font-weight: 600;
}

.imagebox-v2-1-across-fullwidth .overlap-image .slide-desc {
	font-size: 0.875rem;
	line-height: calc(23/14);
	letter-spacing: 0.02rem;
	color: var(--black-33);
}


@media (hover: hover) {
	.imagebox-v2-1-across-fullwidth.animation-expand .slide:hover .slide-img {
		scale: 1.02;
	}

	.imagebox-v2-1-across-fullwidth .overlap-image .content-section .slide-footer a.read-more:hover {
		background-color: var(--sw-button-secondary-bg-hover);
		color: var(--sw-button-secondary-color-hover);
	}

	.imagebox-v2-1-across-fullwidth .overlap-image .content-section .slide-footer a.read-more:hover::after {
		background-image: url(/includes/public/assets/shared/arrows/blue-arrow.svg);
	}
}

@media screen and (min-width: 64em) {
	.imagebox-v2-1-across-fullwidth .overlap-image .content-section {
		padding: 36px 40px;
		gap: 20px;
	}

	.imagebox-v2-1-across-fullwidth .overlap-image .content-upper {
		gap: 8px;
	}

	.imagebox-v2-1-across-fullwidth .overlap-image .slide-title {
		font-size: 1.75rem;
		line-height: calc(39/28);
	}

	.imagebox-v2-1-across-fullwidth .overlap-image .slide-desc {		
		font-size: 0.9375rem;
		line-height: calc(21/15);
	}
}