main.coming-soon-main {
  max-width: 100%;
  background-color: transparent;
}
.coming-soon {
  width: 100%;
  line-height: 0;
}
.coming-soon img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .coming-soon {
    overflow: hidden;
  }
  .coming-soon img {
    width: 850px;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(0.91);
    transform-origin: center top;
  }
}
