@import url("../css/destyle.css");
@import url("../css/adobe-blank.css");
body {
  background-color: #ffd700; }

.parent {
  position: relative;
  height: calc(100vh - 20px);
  font-family: AdobeBlank; }
  .parent .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 430px;
    background: url("../comingsoon@2x.png") no-repeat;
    text-align: center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .parent .logo {
        width: 56.67%;
        background-size: contain; } }
