.showVideo{width:50px;height:50px;margin:10px auto 0;cursor: pointer;display:none;}
.banner1 .showVideo {display:block;}
.showVideo>img{display:block;width:100%;height:100%;}
body.modal-open,.modal-open .modal{padding-left:0!important;}
.modal-main{width:100%;height:100%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.modal-main .modal-dialog{width:100%;margin-left:0;margin-right:0;max-width:100%;}
.modal-main .close{position: absolute;width:45px;height:45px;top:20px;right:20px;border-radius: 5px;background: url(icon20.png) no-repeat center #fff;cursor: pointer;opacity: 1;z-index: 2;}
.modal-main .modal-body{padding:0;}
.modal-main .modal-content{padding:0;border:none;border-radius: 0;background:none;box-shadow: 0 0 0 rgba(0,0,0,0);}
.modal-main video{display: block;max-width:100%;height:auto;margin:0 auto;max-height:640px;}
@media (max-width:767px){
	.showVideo{width:24px;height:24px;}
	.modal-main .close {width:36px;height:36px;}
}
