.v4.h04-hero-image-or-video .hero-image-video__container {
	width: 100%;
	position: relative;
	padding-bottom: 39.167%;
	overflow: hidden;
	margin-bottom: 80px;
}

.v4.h04-hero-image-or-video .hero-image-video__control {
	width: 100%;
	max-width: 940px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	padding: 0 40px;
	text-align: center;
	z-index: 1;
}

.v4.h04-hero-image-or-video .hero-image-video__control-title {
	font-size: 88px;
	font-weight: 700;
	color: #fff;
	line-height: 1.09;
	margin-bottom: 64px;
	letter-spacing: -1px;
}

.v4.h04-hero-image-or-video .hero-image-video__video-bg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100vw;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
}

.v4.h04-hero-image-or-video .hero-image-video__image-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.v4.h04-hero-image-or-video .hero-image-video__modal {
	background-color: rgba(0, 0, 0, 0.95);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: 200;
}

.loaded .v4.h04-hero-image-or-video .hero-image-video__modal {
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.v4.h04-hero-image-or-video .hero-image-video__modal--visible {
	opacity: 1;
	visibility: visible;
}

.v4.h04-hero-image-or-video .hero-image-video__modal-content {
	outline: none;
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1620px;
	padding: 0 80px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0 auto;
	z-index: 1;
}

.v4.h04-hero-image-or-video .hero-image-video__modal-wrap {
	width: 100%;
	padding-bottom: 56.26%;
	position: relative;
	display: block;
}

.v4.h04-hero-image-or-video .hero-image-video__modal-video {
	outline: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	left: 0;
	top: 0;
}

.v4.h04-hero-image-or-video .hero-image-video__close-btn {
	border-color: rgba(255, 255, 255, 0.2);
	top: 20px;
	right: 20px;
	z-index: 10;
	display: block;
}

.v4.h04-hero-image-or-video .hero-image-video__close-btn::after, .v4.h04-hero-image-or-video .hero-image-video__close-btn::before {
	background-color: #fff;
}

.huawei-v4 .v4 .popup__close-btn{
	top: 0 !important;
}
@media only screen and (min-width: 1200px) {
	.no-touch .v4.h04-hero-image-or-video .hero-image-video__close-btn:hover {
		background-color: #fff;
	}
	.no-touch .v4.h04-hero-image-or-video .hero-image-video__close-btn:hover::after, .no-touch .v4.h04-hero-image-or-video .hero-image-video__close-btn:hover::before {
		background-color: #000;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
	.v4.h04-hero-image-or-video .hero-image-video__modal-content {
		max-width: 186vh;
	}
}

@media only screen and (max-width: 1199.98px) {
	.v4.h04-hero-image-or-video .hero-image-video__control {
		max-width: 460px;
	}
	.v4.h04-hero-image-or-video .hero-image-video__control-title {
		font-size: 32px;
		letter-spacing: -0.5px;
		line-height: 1.13;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 991.98px) {
	.v4.h04-hero-image-or-video .hero-image-video__container {
		margin-bottom: 40px;
		padding-bottom: 0;
		height: calc(100vh - 56px);
		-webkit-transform: scale(1.02);
		        transform: scale(1.02);
	}
	.v4.h04-hero-image-or-video .hero-image-video__video-bg {
		left: 50%;
		width: auto;
		height: 100vh;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.v4.h04-hero-image-or-video .hero-image-video__modal {
		padding: 0 24px;
	}
	.v4.h04-hero-image-or-video .hero-image-video__modal-content {
		padding: 0 40px;
	}
	.huawei-v4 .v4 .popup__close-btn{
		top: -60px !important;
		right: 40px !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.v4.h04-hero-image-or-video .hero-image-video__control {
		max-width: 400px;
		padding: 0 20px;
	}
	.v4.h04-hero-image-or-video .hero-image-video__modal-content {
		padding: 0;
	}
	.huawei-v4 .v4 .popup__close-btn{
    	right: 0 !important;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.v4.h04-hero-image-or-video .hero-image-video__modal-content {
		max-width: 160vh;
	}
}
@media (width: 1600px){
	.v4.h04-hero-image-or-video .hero-image-video__modal-content {
		max-width: 186vh;
	}
}