.coming-soon-illustration {
  background-color: #663399;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.coming-soon-illustration:after {
  content: "";
  position: absolute;
  left: 10vw;
  right: 10vw;
  top: 10vh;
  bottom: 10vh;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-image: url("../images/illustration_Zond5_BottleLable_Slogan.svg");
}/*# sourceMappingURL=style.css.map */