.full-ad-image-wrap{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 100;

}

.full-ad-image-wrap img{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.full-ad-close-btn{
	position: fixed;
    top: 5;
    right: 10;
    color: white;
    text-color: white;
    font-size: 1.5em;
    z-index: 150;
    font-weight: bold;
    padding: 6px;
    background-color: ba;
    background: rgba(0,0,0,0.5);
    border-radius: 42px;
    border-radius: 61px !important;
}

.full-ad-close-btn a{
  color: white;
  font-weight: bold;
  font-size: 1em;
  text-color: white;
}


.fixed-ad-image-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.fixed-ad-image-wrap img, .fixed-ad-image-wrap a img{
    display: block;
    align-content: center;
    margin: auto;
}

#overlay-ad {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.85); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}


#overlay-ad-content-img{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#overlay-ad-content-vdo{
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#overlay-ad-content-vdo video{

  max-width:100%;
 
}

.overlay-ad-close-btn{
  position: absolute;
  top: 5%;
  right: 5%;
  font-weight: bold;
  font-color: white;
  color: white;
  font-size: 2em;
 
}

#overlay-ad-timer-wrap{

  position: absolute;
  bottom: 3%;
  display: block;
  align-content: center;
  width:100%;
  text-align:center;
  font-weight: bold;
  font-color: white;
  color: white;
  font-size: 1.2em;
 


}

