body {
  padding: 0;
  margin: 0;
}

#esk_adArea {
  width: 300px;
  height: 250px;
  position: relative;
  background-color: #00b056;
}

img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
}

.abs {
  position: absolute;
}

.opacity0 {
  opacity: 0;
}

.bottle,
.t3 {
  top: 0;
}

.seperator {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(15px);
  background-image: url(images/bg.jpg);
  background-size: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.unblur {
  filter: unset !important;
}
.thermometer {
  top: 0;
  left: 0;
}
.thermBar {
  position: absolute;
  width: 9px;
  height: 136px;
  bottom: 78px;
  left: 145px;
  background-color: red;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #009236;
}

#dragEL {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.drag_icon {
  position: absolute;
  width: 60px;
  right: 40px;
  top: 50px;
}
