#sp_preview {
  width: 300px;
  height: 200px;
  display: none;
  z-index: 1000;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  padding: 0;
  background-color: rgba(0,0,0,0.6);
}

#sp_preframe {
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  border: none;
  border-radius: 0.5rem;
}