body {
	font-family: Poppins;
	text-align: center;
}

#opu-0000-0000 video[data-target='#opu-0000-0000'],
.opu-0000-0000 video[data-target='#opu-0000-0000'],
#opu-0000-0000 iframe[data-target='#opu-0000-0000'],
.opu-0000-0000 iframe[data-target='#opu-0000-0000'] {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#opu-0000-0000 video,
.opu-0000-0000 video {
	max-width: 100%;
}

#opu-0000-0002,
.opu-0000-0002 {
	position: absolute;
	float: right;
	right: 20px;
	top: 15px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	height: 35px;
	width: 35px;
	font-size: 24px;
	line-height: 35px;
	border-radius: 35px;
	color: rgb(0, 0, 0);
}

#opu-0000-0002:hover,
.opu-0000-0002:hover {
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
}

#opu-0000-0004,
.opu-0000-0004 {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	#opu-0000-0000,
	.opu-0000-0000 {
		width: 100%;
		margin: auto;
		max-width: 100%;
		height: auto;
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#opu-0000-0000,
	.opu-0000-0000 {
		width: 80%;
	}
}
/*custom.css*/
#opu-0000-overlay {
      	width: 100vw;
				height: 100vh;
				position: absolute;
				top: 0;
				left: 0;
        background-color: rgba(0, 0, 0, 0.3) !important;
        overflow: hidden;
        z-index: auto;
      }