#bda55b-close-holder {
	display: flex;
}

#bda55b-modal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#bda55b-modal.bda55b-modal-active {
	visibility: visible;
	opacity: 0.9;
	transition-delay: 0s;
	z-index: 10000;
	min-width: 100px;
	height: 100vh;
	width: 100vw;
	background-color: black;
	color: white;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	gap: 2pc;
}
@media (min-width: 768px) and (max-width: 1900px){
	#bda55b-video-holder {
		padding-inline: 5pc;
		padding-block-end: 2pc;
	}
}
#bda55b-modal.bda55b-modal-active > a{
	display: flex;
	text-align: center;
}

#bda55b-video-holder {
	display: flex;
	justify-content: center;
}

#bda55b-video-player {
	max-width: 80%;
}


.bda55b-modal-noscroll {
	overflow: hidden;
}
#bda55b-button {
	height: fit-content;
	font-size: 1.5rem;
}
