.video-js .vjs-control-bar,
.vjs-big-play-centered .vjs-big-play-button {
	display: none !important;
}
.resume__icon {
	width: 2.9em;
	min-width: 2.9em;
	height: 2.9em;
	padding: 0;
	border: 0.125em solid #ff0606c9;
	fill: #ff0606c9;
	border-radius: 50%;
	margin-right: 0.5em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 0 0.125em;
}
.resume__icon svg {
	max-width: 50%;
}
video,
.video__play {
	margin: 0 auto 0;
}

.video {
	position: relative;
	z-index: 20;
}

.video {
	position: relative;
	background-color: #000;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.video__play.play {
	background: transparent;
	opacity: 0;
}

.video__play.pause {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	padding: 0;
	background: transparent;
  width: 100%;
    height: 100%;    display: flex;
    align-items: center;
}
.video__play.pause.muted.pause{
    width: 100%;
    height: 100%;    display: flex;
    align-items: center;
}

.video__play.pause:before {
	 
  
  opacity: 1;
    content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 62' class='ResumePlay__button__icon' style='filter: drop-shadow(rgb(255, 255, 255) 1px 1px 1px);'%3E%3Ccircle cx='30.7157' cy='30.7155' r='29.1798' stroke='%23ffffff' stroke-width='3.07155'%3E%3C/circle%3E%3Cpath d='M21.885 41.3331V20.098C21.885 18.4787 23.663 17.4949 25.0323 18.3763L41.6677 28.9938C42.9348 29.7932 42.9348 31.638 41.6677 32.4578L25.0323 43.0549C23.663 43.9363 21.885 42.9524 21.885 41.3331Z' fill='%23ff0606c9'%3E%3C/path%3E%3C/svg%3E");
    background-size: 70px;
  background-repeat:no-repeat;
  background-position: center;
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
}

.video {
	position: relative;
	width: 100%;

	margin: 0 auto;
}

.video__notification {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	z-index: 10;
	text-align: center;
	padding: 0 10px;
}

.ResumePlay__button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	cursor: pointer;
	margin: 10px auto 0;
}

.ResumePlay__button span {
	color: #ff0606c9;

	display: inline-block;
	font-size: 19px;
	grid-row: 1/1;
	font-weight: 700;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ResumePlay__button svg {
	grid-row: 1/1;
	width: 70px;
}

.video__notification-buttons button {
	margin: 5px;
	padding: 10px;
}

.video__notification p {
	padding: 0 10px;
	/* color: rgb(123, 57, 114); */
	color: #ff0606c9;
	/* white-space: nowrap; */
	display: inline-block;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}

@media screen and (min-width: 990px) {
	.progress-bar {
		height: 160%;
		background-color: #3977a4;
		width: 0;
		position: absolute;
		transition: 0.2s;
		bottom: 0;
		left: 0;
	}

	.video__timing {
		top: -7px;
		height: 30px;
	}
}

@media screen and (max-width: 768px) {
	.video__notification p {
		font-size: 21px;
	}

	.video__notification-buttons,
	.ResumePlay__button {
		width: 270px;
	}

	.ResumePlay__button svg {
		width: 50px;
	}

	.ResumePlay__button span {
		font-size: 17px;
	}

	/* .promo h1 img, .subtitle {
		display: none;
	} */
	.promo {
		padding-top: 0;
	}

	.prod {
		margin-top: 0;
	}
}
.video__play.pause .video__txt img,
.video__play.pause .video__txt p {
	display: none;
}

.progress-bar {
	height: 100%;
	background-color: #ff0606c9;
	width: 0;
	position: absolute;
	transition: 0.2s;
	top: 0;
	left: 0;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: gray;
	text-align: center;
	white-space: nowrap;
}

.video__timing {
	width: 100%;
	height: 15px;
	background-color: #e0e0e0;
	position: relative;
}
.video__play {
    border: 3px solid #fff;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 0;
    background: #ff000082;
    cursor: pointer;
    z-index: 100;
    min-width: 200px;
   


}
.video__notification {
	position: absolute;
	z-index: 100000;
}