/* Scoped to .orlen-fb so AEM clientlib does not leak into the rest of the site. */

.orlen-fb .stf__parent {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.orlen-fb .sft__wrapper,
.orlen-fb .stf__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.orlen-fb .stf__parent canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.orlen-fb .stf__block {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  perspective: 2000px;
}

.orlen-fb .stf__item {
  display: none;
  position: absolute;
  transform-style: preserve-3d;
}

.orlen-fb .stf__outerShadow,
.orlen-fb .stf__innerShadow,
.orlen-fb .stf__hardShadow,
.orlen-fb .stf__hardInnerShadow {
  position: absolute;
  left: 0;
  top: 0;
}
