iframe.obp {
  border: 0;
  z-index: 2147483647;
  position: fixed;
  width: '<obpWidth>';
  height: '<obpHeight>';
  top: '<obpTop>';
  left: '<obpLeft>';
}
iframe.obp.obp-in-place {
  transition: '<obpTransition>';
}
iframe.obp.obp-center {
  top: '<obpCenterTop>';
  left: '<obpCenterLeft>';
  transition: '<obpTransition>';
}
iframe.obp.obp-maxsize {
  width: '<obpMaxWidth>';
  height: '<obpMaxHeight>';
  top: '<obpMaxTop>';
  left: '<obpMaxLeft>';
  transition: '<obpTransition>';
}
iframe.obp.obp-done {
  top: 0;
  left: 0;
  width: 1px;
  min-width: 100% !important;
  height: 100%;
  transition: none;
}
