
.adjecting {
  display: inline-block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin-x: 50%;
}

.adjecting .front-face, .adjecting .back-face {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.adjecting .front-face {
  position: absolute;
}

.adjecting .back-face {
  position: relative;
}

/* ======================================================
 * CSS for Demo pages only - Not required with the plugin
 * =================================================== */
#robo-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#robo-wrapper h1 {
  font-family: ppk;
  font-size: 4em;
  font-weight: 900;
  text-transform: uppercase;
}

#robo-wrapper #option-details {
  display: inline-block;
  font-size: 18px;
  padding: 2px 7px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.08);
  font-family: monospace;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}


@media only screen and (max-width: 1127px) {

#robo-wrapper h1 {
  font-family: ppk;
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
}

@media only screen and (max-width: 828px) {

#robo-wrapper h1 {
  font-family: ppk;
  font-size: 1.8em;
  font-weight: 900;
  text-transform: uppercase;
}

@media only screen and (max-width: 528px) {

#robo-wrapper h1 {
  font-family: ppk;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

}