﻿@media screen and (max-width: 800px)
{
    
/********************************************/
/********************************************/
/***************EVENTDETAILS*****************/
/********************************************/
/********************************************/
   
.popup
{
    position:absolute;
    top:100px;
    width:100%;
    margin-left:0px;
    left:0px;
   /*margin:0 auto;*/ 
    background-color:white;
}

   
    
}
