.desktop #survey-frame {
  width: 225px;
  height: 225px;
  bottom: -225px;
}
#seesawengage.desktop{
  width: 225px;
  height: 225px;
}
.desktop #sb-frame{
  width: 225px;
  height: 225px;
  bottom:-225px;
}
@keyframes slideDownDesktop {
  0% { bottom:0px}
  100% { bottom:-225px}
}
@keyframes slideUpDesktop {
  0% { height:0; }
  100% { height:225px;}
}
@keyframes expandDesktop {
  0% { width:225px;right:0; }
  100% {bottom:0px;width:225px;right:0}
}
