.modal{
	position: fixed;
	background: rgba(255, 255, 255, 1.0);
	display: flex;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999;
	color: #1c1c1c;
}

.modal-content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

}

.modal-content video{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.modal.video .close{
	position: absolute;
	bottom: 50px;
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-weight: 400;
	color: #fff;
	text-shadow: 2px 2px 2px #1c1c1c;
}