 
.mainEventPopup
{
   
    	position: fixed;
  	min-width: 320px;
	width:100%;
	left:25%;
	top:20%;
	max-width:410px;
		z-index: 1001;
    background-color:#454c73;
       -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 20px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 20px rgba(0,0,0,0.5);
    
}
