/* 767px */
.hero-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 8px rgba(34, 34, 34, 0.3); }

.is-moment .hero-circle {
  background-color: rgba(0, 0, 0, 0.878431); }

.is-moment-timezone .hero-circle {
  background-color: #4e7cad; }

.hero-face {
  width: 100%;
  height: 100%; }

.hero-face:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #fff;
  border-radius: 6px;
  content: "";
  display: block; }

.hero-hour {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 -4px -25%;
  padding: 4px 0 4px 25%;
  background: #fff;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  border-radius: 4px 0 0 4px; }

.hero-minute {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40% -3px 0;
  padding: 40% 3px 0;
  background: #fff;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 3px 3px 0 0; }

.hero-second {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40% -1px 0 0;
  padding: 40% 1px 0;
  background: #fff;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.clockText {
  color: #fff;
  text-align: center;
  margin-top: 7px; }

/* inline */
.inline-clock #clock {
  display: flex; }
.inline-clock .hero-circle {
  width: 30px;
  height: 30px;
  border: 1px solid #fff; }
.inline-clock .hero-face:after {
  width: 2px;
  height: 2px;
  margin: -1px 0 0 -1px;
  border-radius: 6px; }
.inline-clock .hero-hour {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 -1px -25%;
  padding: 1px 0 1px 25%;
  background: #fff;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  border-radius: 4px 0 0 4px; }
.inline-clock .hero-minute {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40% -1px 0;
  padding: 40% 1px 0;
  background: #fff;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 3px 3px 0 0; }
.inline-clock .hero-second {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40% -1px 0 0;
  padding: 40% 1px 0;
  background: #fff;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }
.inline-clock .clockText {
  color: #fff;
  text-align: center;
  margin-top: 7px; }
