.jayTxtBackgroundVideoParallaxCtrlClass .meMsg_MsgMainTd{
	position:relative;
	display:block;
    	overflow: hidden;
	opacity: 0;
}

.jayTxtBackgroundVideoParallaxCtrlClass .meMsg_MsgMainTd.show {
	opacity: 1;
}

.jayTxtBackgroundVideoParallaxCtrlClass .meMsg_MsgMainTd .bgVideo {
	width:100%;
	height:110%;
	position:absolute;
}

.jayTxtBackgroundVideoParallaxCtrlClass .meMsg_MsgMainTd .bgVideo > div {
    position: relative;
    height: 100%;
}

.jayTxtBackgroundVideoParallaxCtrlClass .meMsg_MsgMainTd .bgVideo iframe {
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}

.jayTxtBackgroundVideoParallaxCtrlClass .meMsg_MsgMainTd .bgVideo video {
    width: 100%;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}

.jayTxtBackgroundVideoParallaxCtrlClass .meMsg_MsgBlk{
	position:absolute;
	top:0;
    	padding: 15px 25px;
    	left: 50%;
    	top: 50%;
    	position: relative;
    	transform: translate(-50%, -50%);
}
.jayTxtBackgroundVideoParallaxCtrlClass .meMsg_MsgBlk span{
	display:block;
	text-align:center;
}