.wd-fb-holder.container {
	inset-inline-start: var(--wd-sticky-nav-w);
}

.wd-fb-close {
	position: absolute;
	top: calc(var(--wd-close-btn-offset-v, 50px) * -1);
	inset-inline-end: calc(var(--wd-close-btn-offset-h, 15px) * -1);
	z-index: 4;
}

.wd-fb-close.wd-style-text a {
	padding-inline: 15px;
	height: 50px;
}

.wd-fb-bg {
	overflow: hidden;
	border-radius: inherit;
	border: inherit;
	border-color: transparent;
}

.wd-fb-bg :is(img,picture) {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}