body {
	position: relative;
}
.bnr-prd {
	display: none;
}
.banner {
	background: inherit;
	position: relative;
}
.bnr-ul li, .bnr-p3, .bnr-p1, .bnr-p2 {
	text-shadow: 0px 0px 15px #FFFFFF;
}
video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto; 
}
 @supports (object-fit: cover) {
     video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }
@media screen and (max-device-width: 767px) {
	.mob-bnr { display: none; }
	.bnr-grn-txt-mob { margin-top: 15px; }
}	