#vedioShow {
	width: 850px;
    height: 500px;
    text-align: left;
    overflow: inherit;
    margin-left: -425px !important;
    display: none;
    margin: 0 auto;
    z-index: 999999;
position: fixed !important;
background: #fff none repeat scroll 0 0;
box-shadow: 1px 1px 5px hsla(0, 0%, 0%, 0.8);
font-size: 12px;
font-weight: bold;
left: 50%;
line-height: 40px;
top: 20%;
-webkit-border-radius: 5px;
}
.popins{
	width:500px;
	height:700px;
	margin-left:-250px!important;
	top: 10%;
}
.bg{
background-color: #333;
width: 100%;
height: 100%;
left: 0;
top: 0;
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 100000;
position: fixed !important;	
}
.closeIcon {
    display: block;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 0px;
    width: 28px;
    z-index: 99;
    color: #888;
font-size: 20px;
}
@media screen and (max-width: 850px) {
#vedioShow {
	width: 100%;
    text-align: left;
    overflow: inherit;
    margin-left: -50% !important;
    display: none;
    margin: 0 auto;
}
}

@media screen and (max-width: 480px) {
#vedioShow {
	  width: 100%;
    height: 300px;
    text-align: left;
    overflow: inherit;
    margin-left: 0 !important;
    left: 0 !important;
    display: none;
    margin: 0 auto;
}
.popins{
	width:90%;
	height:80%;
	left:5% !important;
	margin-left:0 !important;
	top: 15%;
}
}
