/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { 

background: #fef8f4;
   }


.ads-all-wrapper {

position: fixed;
margin: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 322px;
height: 699px;
border:0px solid;
background-color: #fef8f4;
overflow: hidden;
-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,.15);
box-shadow: 0 0 6px 2px rgba(0,0,0,.15);
  background-image: url(../img/back.gif);
      background-size: 100%;
}



.clicker {
  background: yellow;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;

}

/* Video css*/



      #loader{
      position: absolute;
      width :20px;
      height:20px;
      right: 0;  left:0;
      bottom: 0px;
      margin:auto;
      color:#ccc;
      font-family: "Trebuchet MS", Arial;
      font-size: 10px;
    }

     


  
