/* @media (min-width: 479px) {
	.bs_home_video{
		display: none;
	}
}
 */
 .bs_home_video {
	position: relative;
	width: 100%;
	height: 60vh;
	overflow: hidden;
	font-family: 'Poppins';
	margin-bottom: 30px;
}

.bs_home_video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: -1;
	object-fit: cover;
}

.bs_home_video_content {
	position: relative;
	z-index: 1;
	color: white;
	text-align: center;
	padding-bottom:30px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
}

.bs_home_video_button {
	border: none;
	padding: 8px 18px;
	height: fit-content;
	width: fit-content;
}
.bs_home_video_texts {
	display: flex;
	flex-direction: column;
	align-items: center;
}
