/* Video */
.ns_video {
	position: relative;
	width: 100% !important;
	height: 0px !important;
	padding-top: 56.25% !important;
	overflow: hidden;
	border-radius: var(--hipnos-border-radius);
	background: var(--hipnos-color-secondary-3);
}

.ns_video > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	border-radius: var(--hipnos-border-radius);
}

.ns_video > .fluid-width-video-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
}

.ns_video-js {
	display: block;
	width: 100%;
	height: auto;
}