body {
  padding: 0;
  margin: 0;
}

#esk_adArea {
  position: relative;
  width: 300px;
  height: 250px;
  background-color: #32b066;
  overflow: hidden;
}
img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
  max-width: 100%;
}

.abs {
  position: absolute;
}

.circle {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  /* position: absolute; */
  /* background-image: url(../images/back.png); */
  background-size: 100%;
  background-color: #25804b;
  margin: 0 1.5%;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  border: 1px solid transparent;
}
.circle:after {
  content: "";
  right: 0px;
  bottom: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #25804b;
  -webkit-transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.circle_cont {
  box-sizing: border-box;
  padding: 10%;
  padding-bottom: 12%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.abs {
  position: absolute;
}

.reveal,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
}
.back {
  background-image: url(../images/back.png);
  background-size: 100%;
}

.reveal {
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.full_reveal {
  transform: translateX(100%);
}
