.kanopi-video__poster {
	width: 100%;
	height: auto;
	display: block;
}

.kanopi-video__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
}

.kanopi-video__content {
	width: 100%;
	height: auto;
	display: none;
}