.ww-overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  transform: translate2d(0, 0, 0);
  -webkit-transform: translate2d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
footer {
  background: #000;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .comming-soon-area {
    height: auto;
    overflow: hidden;
  }
  .comming-soon-area .simply-countdown-losange .simply-section {
    margin: 50px 30px;
  }
  .comming-soon-area .simply-countdown-losange .simply-section:first-child {
    margin-top: 30px;
  }
}
.simply-countdown-losange > .simply-section {
  /*text-align: center;
		display: block;*/
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /*> div {
			display: inline-block;
			position: relative;
			top: ~"calc( 50% - 24px )";
		}*/
  -webkit-transform: rotate(45deg);
}
