
/* V102.06.2 — move central Vaastu floor upward without changing width */
@media (min-width:1181px){
  .scene-shell{transform:translateY(-46px)!important}
  .stage-bottom{bottom:8px!important}
}
@media (min-width:761px) and (max-width:1180px){
  .scene-shell{transform:translateY(-34px)!important}
}
