html {
  min-height: 100%;
}


body {
  
}



a {
  text-decoration: none;
  color: #736963;
}

a:hover {
  text-decoration: underline;
}

.container {

  
  
  position: relative;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  background: #fff;
  opacity: 1.0;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  

  
}

.watch-section {
  display: table;
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.watch-section .watch-inner {
  display: table-cell;
  vertical-align: middle;
}

.watch-section header {
  text-align: center;
}

.watch-section h2 {
  font-size: 60px;
  margin-bottom: 70px;
  margin-top: 0;
}
@media (max-height: 768px) {
  .watch-section h2 {
    margin-bottom: 40px;
  }
}
@media (max-height: 600px) {
  .watch-section h2 {
    margin-bottom: 20px;
  }
}

.watch-section h3 {
  font-size: 36px;
  margin-bottom: 50px;
}
@media (max-height: 768px) {
  .watch-section h3 {
    margin-bottom: 40px;
  }
}
@media (max-height: 600px) {
  .watch-section h3 {
    margin-bottom: 10px;
  }
}

.watch-section .more {
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 110px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}

.watch-section .more .more-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -30px;
  color: #ff6400;
  font-size: 11.5px;
}

.faces .face {
  background: transparent url("http://www.xbladex.com/ARTWORK/faces.png") top left no-repeat;
  width: 160px;
  height: 160px;
  padding: 0;
  display: inline-block;
  position: relative;
  margin: 10px;
}

.faces .face:before {
  top: inherit;
  bottom: -35px;
  left: 57px;
}

.faces .face1 {
  background-position: 0 0;
}



.faces .clock {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}
