/**
 * All of the CSS for the public-facing functionality.
 */
 #virtue-woocommerce-post-purchase-popup {
  display: inline;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 100000;
  top: 0;
 }