
.remoteContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remoteContainer img {
  max-width: none;
}

.remoteContainer2 {
  position: relative;
}


.btnContainer {
  position: absolute;
  top: 0;
  left: 0;
}

.buttonPilot {
  position: absolute;
  cursor: pointer;
}

.buttonPilot:hover {
  transform: scale(1.2);
  animation: hover 1s ease-in-out;
}

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

  50% {
    transform: scale(1.2);
  }
}

.buttonPilot:active {
  transform: scale(1.2);
  animation: active 1s ease-in-out;
}

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

  20% {
    transform: scale(0.9);
  }
}


.turnOff {
  position: absolute;
  opacity: 0;
  top: 58px;
  left: 115px;
}

.turnOn {
  opacity: 1;
}

.exit {
  top: 46px;
  left: 40px;
}

.power {
  top: 41px;
  left: 169px;
}

/* tryb romantyczny  */

.sex {
  top: 93px;
  left: 35px;
}

.obiad {
  top: 93px;
  left: 103px;
}

.wychodze {
  top: 93px;
  left: 169px;
}

/* marzenia */

.dzieci {
  top: 141px;
  left: 40px;
}

.garnek {
  top: 141px;
  left: 102px;
}

.samochod {
  top: 141px;
  left: 164px;
}

/* życzenia */

.piwo {
  top: 194px;
  left: 40px;
}

.whisky {
  top: 193px;
  left: 102px;
}

.pilot {
  top: 194px;
  left: 164px;
}

.flaszka {
  top: 248px;
  left: 40px;
}

.zagrycha {
  top: 249px;
  left: 103px;
}

.fajki {
  top: 248px;
  left: 163px;
}
/* sekcja ratunkowa*/

.loveyou {
  top: 300px;
  left: 40px;
}

.pieknie {
  top: 300px;
  left: 101px;
}

.serce {
  top: 300px;
  left: 163px;
}

/* fantazje */

.strip {
  top: 357px;
  left: 41px;
}

.igraszki {
  top: 357px;
  left: 102px;
}

.masaz {
  top: 357px;
  left: 164px;
}

.kolezanka {
  top: 402px;
  left: 41px;
}

.prysznic {
  top: 403px;
  left: 102px;
}

.numerek {
  top: 403px;
  left: 164px;
}

/* tryb manulany  */

.wyzej {
  top: 443px;
  left: 91px;
}

.nizej {
  top: 522px;
  left: 92px;
}

.orgazm {
  top: 480px;
  left: 101px;
}

.zloz_nogi {
  top: 463px;
  left: 44px;
}

.rozloz_nogi {
  top: 463px;
  left: 166px;
}

/* tryb manulany 2  */
.szybciej {
  top: 565px;
  left: 48px;
}

.glosniej {
  top: 566px;
  left: 154px;
}

.zamilcz {
  top: 601px;
  left: 106px;
}

.wolniej {
  top: 619px;
  left: 53px;
}

.ciszej {
  top: 620px;
  left: 148px;
}
