html {
  height: 100%; }

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000; }

.blur-box {
  display: flex;
  justify-content: center;
  align-items: center; }
  .blur-box img {
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: contain;
    margin: auto; }

.blur-box-bg {
  width: 77px;
  height: 109px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .blur-box-bg img {
    width: 77px;
    height: auto;
    pointer-events: none; }

#krpanoSWFObject div {
  background-color: transparent !important; }

/*# sourceMappingURL=style.css.map */
