/* Block 29 */
.ns_acf-gt-block-29{
	box-shadow: inset var(--hipnos-box-shadow-style-1);
}

.ns_acf-gt-block-29 .ns_acf-gt-block-29-container,
.ns_acf-gt-block-29 .ns_video-js{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ns_acf-gt-block-29 .ns_acf-gt-block-29-container{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;

	padding-bottom: 32px;

	display: flex;
	align-items: flex-end;
	justify-content: flex-end;

}

.ns_acf-gt-block-29 .ns_video-js-buttons{
	display: flex;
}

.ns_acf-gt-block-29 .ns_video-js-buttons > button{
	background: var(--hipnos-color-neutral-5);
	border-radius: 50%;
}

.ns_acf-gt-block-29 .ns_video-js-buttons[data-video-state="pause"] .ns_video-js-button-play,
.ns_acf-gt-block-29 .ns_video-js-buttons[data-video-state="play"] .ns_video-js-button-pause{
	display: block;
}

.ns_acf-gt-block-29 .ns_video-js-buttons[data-video-state="pause"] .ns_video-js-button-pause,
.ns_acf-gt-block-29 .ns_video-js-buttons[data-video-state="play"] .ns_video-js-button-play{
	display: none;
}
