.no-scroll {
	overflow: hidden;
}

.video-popup-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 101;
}

.video-popup-wrapper:hover {
	cursor: pointer;
}

.video-popup {
	display: grid;
	margin-top: 15vh;
}

.video-popup__close-icon {
	order: -1;
	justify-self: right;
	margin: 0 10px 10px 0;
}

@media (min-width: 740px) {

	.video-popup {
		display: flex;
		margin-top: calc(15vh + 35px);
		justify-content: center;
	}

	.video-popup .video-player__wrapper {
		margin: 0;
	}

	.video-popup__close-icon {
		order: unset;
		align-self: baseline;
		margin: 0 0 0 50px;
	}
}

@media (min-width: 1024px) {

	.video-popup .video-player__wrapper,
	.video-popup .video-player {
		width: 704px;
		height: 396px;
	}
}
