.video-player {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: $background;
	z-index: 10000;

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

	iframe {
		width: 100%;
		height: 100%;
	}

	.close {
		position: fixed;
		top: 10px;
		left: 10px;
		background-color: transparent;
		&:hover {
			background-color: transparent;
		}
	}
}
