.bt_bb_nftd_video .nftd-video-media-player {
	background: #000;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.bt_bb_nftd_video .nftd-video-media-player__video,
.bt_bb_nftd_video .nftd-video-media-player__iframe {
	border: 0;
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.bt_bb_nftd_video .nftd-video-media-player__poster {
	align-items: center;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	cursor: pointer;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.bt_bb_nftd_video .nftd-video-media-player.is-playing .nftd-video-media-player__poster,
.bt_bb_nftd_video .nftd-video-media-player__poster[hidden] {
	display: none;
}

.bt_bb_nftd_video .nftd-video-media-player__play {
	align-items: center;
	background: var(--accent-color, #e5397f);
	border-radius: 999px;
	box-shadow: 0 0 0 0.75rem rgba(0, 0, 0, 0.22);
	display: flex;
	height: 4.5rem;
	justify-content: center;
	transition: transform 220ms ease, box-shadow 220ms ease;
	width: 4.5rem;
}

.bt_bb_nftd_video .nftd-video-media-player__play::before {
	border-bottom: 0.75rem solid transparent;
	border-left: 1.1rem solid #fff;
	border-top: 0.75rem solid transparent;
	content: "";
	display: block;
	margin-left: 0.25rem;
}

.bt_bb_nftd_video .nftd-video-media-player__poster:hover .nftd-video-media-player__play,
.bt_bb_nftd_video .nftd-video-media-player__poster:focus-visible .nftd-video-media-player__play {
	box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.28);
	transform: scale(1.05);
}
