body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Bebas;
  src: url(images/BebasNeue-Regular.otf);
}

#bg {
  opacity: 1;
}

#adArea {
  background: #ffffff;
  background: white;
  overflow: hidden;
  text-overflow: clip;
  cursor: pointer;
  background: url(images/bg.png) no-repeat center;
  position: relative;
}

.mozaicPlace {
  position: absolute;
  width: 180px;
  height: 180px;
  top: calc(50% - 87px);
  left: calc(50% - 89px);
  z-index: 1;
}

.tile {
  border-radius: 3px !important;
}

.dragEl {
  background-color: red;
  opacity: 0;
}

.rct {
  width: 300px;
  height: 250px;
  position: absolute;
}

.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1;
}

.zIndex99995 {
  z-index: 99995;
}

.zIndex99996 {
  z-index: 99996;
}

.zIndex99997 {
  z-index: 99997;
}

.zIndex99998 {
  z-index: 99998;
}

.zIndex99999 {
  z-index: 99999;
}

.hidden {
  visibility: hidden;
}

.noEvents {
  pointer-events: none;
}

.noVis {
  visibility: none;
}

.noDisplay {
  display: none;
}

a#learnmore {
  bottom: 15px;
  left: 51%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  border-radius: 5px;
  padding: 12px 22px;
  position: absolute;
  z-index: 0;
  text-decoration: none;
  text-transform: uppercase;
  background: #223ca9;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: Bebas;
  box-shadow: 0 0 5px #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: scalePop 1.5s ease-in-out infinite;
}

a.vis {
  opacity: 1 !important;
  z-index: 9 !important;
}

#frame {
  transition: all 0.3s ease;
}

.framevis {
  background-image: url("images/frame1.png") !important;
}

#finger {
  display: none;
}

.full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

@keyframes scalePop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.1);
  }

  90% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}
