/*!
  * © Copyright Maxeos. ® All Right Reserved 2023+. 
  * https://www.maxeosvip.com/
  * Do Not Copy or Redistribute without Permission.
*/ 

body {
  /* main bg image - picture SET by Javascript, fallback default bg picture when JS disabled by user */
  background-image: url(../assets/bg1.jpg);
}

#popact{
  /* display: block; */
  visibility: visible;
  text-align: center;
  overflow: hidden;
  position:fixed;
  width:100%;
  top:1%;
  bottom: 1%;
  text-shadow: none;
  }
  #popact div{
  width:auto;
  height:100%;
  margin:auto;
  background:#000000;
  font-size: 16px;
  color: #ffffff;
  }