.video-player__wrapper {
	height: 54vw;
	max-height: 315px;
	width: 100%;
	max-width: 560px;
}

.video-player__left-align-container {
	height: 100%
}

.video-player {
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-player__play-icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
}

.video-player__play-icon {
	height: 29px;
	width: 25px;
	margin-left: 4px;
	opacity: 1;
}

.video-player .video-player__duration {
	display: none;
}

.video-player__play-icon-wrapper:hover {
	cursor: pointer;
}
