.rbf-fullscreen-swiper{
	height: 100vh;
	overflow: hidden;
	overscroll-behavior: none;
	position: relative;
}

.rbf-fullscreen-swiper .swiper{
	height: 100%;
}

.rbf-fullslides-nav{
	position: fixed;
	top: 24px;
	left: 24px;
	z-index: 9999;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	max-width: calc(100vw - 48px);
}

.rbf-fullslides-nav .rbf-nav-item{
	display: inline-block;
	padding: 8px 10px;
	border-radius: 10px;
	text-decoration: none;
	background: rgba(0,0,0,0.45);
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.rbf-fullslides-nav .rbf-nav-item.is-active{
	background: rgba(0,0,0,0.75);
}

.rbf-slide{
	display: flex;
	align-items: center;
}

.rbf-slide .content-col{
	padding: 64px 32px;
}

.rbf-slide .img-col{
	padding: 64px 32px;
}

.rot-img-relative{
	position: relative;
	margin: 0;
}

.rbf-slide-thumb{
	display: block;
	max-width: 100%;
	height: auto;
}


#rbf_content.rbf-fullscreen{
	min-height: 100vh;
	overflow: hidden;
}
