.outlook-pop-up-video .tagline-wrap {
	align-items: center;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.outlook-pop-up-video.text-center .tagline-wrap {
	justify-content: center;
}
.outlook-pop-up-video .tagline-wrap .tagline-line {
	height: 2px;
	width: 30px;
}
.outlook-pop-up-video__left p,
.outlook-pop-up-video__right p {
	font-size: 24px;
}
.outlook-pop-up-video__left p {
	font-weight: 700;
}
.outlook-pop-up-video__container svg {
	cursor: pointer;
	height: 60px;
	transition: all 0.2s ease;
	width: 60px;
}
.outlook-pop-up-video__icon:hover svg {
	transform: scale(1.2);
}
.outlook-pop-up-video__pop-up {
	display: none;
}
.outlook-pop-up-video__container.show-modal + .outlook-pop-up-video__pop-up {
	display: block;
}
.outlook-pop-up-video__container {
	align-items: center;
	display: flex;
	justify-content: center;
}
.outlook-pop-up-video__container div {
	margin: 0 10px;
}
.outlook-pop-up-video__pop-up {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
.outlook-pop-up-video__pop-up-container {
	left: 50%;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
span.outlook-pop-up-video__close {
	background-color: hsla(0, 0%, 80%, 0.3);
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	left: 50%;
	margin-top: -4rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 40px;
}
span.outlook-pop-up-video__close:before {
	color: #fff;
	content: "\2716";
	font-size: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
	.outlook-pop-up-video__container {
		display: block;
	}
	.outlook-pop-up-video__container div {
		margin-bottom: 15px;
	}
}
