#loader-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
#loader-holder .inner {
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.loading-container {
	position: relative;
	width: 110px;
	height: 110px;
	margin: auto;
}

#loader-holder video {
    width: 60%;
}