/* Sourcepack-based dTime mac 0.0.7 inline demo */
.dtime-source-demo-frame {
  width: 1200px;
  max-width: 100%;
  height: 780px;
  margin: 0 auto;
  display: block;
  border-radius: 22px;
  background: #f2f1ed;
  box-shadow: 0 30px 90px rgba(24, 24, 20, .18), 0 3px 10px rgba(0, 0, 0, .045);
  overflow: hidden;
}

.dtime-source-demo {
  width: 1200px;
  height: 780px;
  display: block;
  border: 0;
  background: #f2f1ed;
}

@media (max-width: 1270px) {
  .dtime-source-demo-frame {
    width: calc(100vw - 48px);
    height: 704px;
  }

  .dtime-source-demo {
    transform: scale(.9);
    transform-origin: top left;
  }
}

@media (max-width: 1100px) {
  .dtime-source-demo-frame { height: 585px; }
  .dtime-source-demo { transform: scale(.75); }
}

@media (max-width: 760px) {
  .dtime-source-demo-frame { height: 390px; }
  .dtime-source-demo { transform: scale(.5); }
}

@media (max-width: 560px) {
  .dtime-source-demo-frame {
    width: calc(100vw - 64px);
    height: 195px;
    border-radius: 16px;
  }

  .dtime-source-demo {
    transform: scale(.25);
  }
}

@media (max-width: 360px) {
  .dtime-source-demo-frame { height: 166px; }
  .dtime-source-demo { transform: scale(.213); }
}
