#watch_container {
  font: 11px Arial,sans-serif !important;
  color: rgb(255, 255, 255) !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 62px !important;
  border-top: 5px solid #000;
  background-position: top !important;
  background-color: #000 !important;
  border-left: 4px solid #000 !important;
  border-right: 4px solid #000 !important;
}

#watch_container {
  position: absolute;
  width: 62px;
  height: 129px;
  overflow: hidden;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

#watch_container {
  right: 0 !important;
  left: initial !important;
  top: 0 !important;
}

#global_watch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


#OTW_monthdate_0 {
  -webkit-transform: scale(0.35) rotate(29deg);
  -o-transform: scale(0.35) rotate(29deg);
  -moz-transform: scale(0.35) rotate(29deg);
  -ms-transform: scale(0.35) rotate(29deg);
  transform: scale(0.35) rotate(29deg);
  left: 165px;
  top: 159px;
  z-index: -1;
}

#OTW_cyclop_portrait{
  -webkit-transform: scale(0.5) rotate(27deg);
  -o-transform: scale(0.5) rotate(27deg);
  -moz-transform: scale(0.5) rotate(27deg);
  -ms-transform: scale(0.5) rotate(27deg);
  transform: scale(0.5) rotate(27deg);
}

#logo_rolex{
  position: absolute;
  width: 60px;
  height: 34px;
  top: 198px;
  left: 30px;
  margin-left: 10px;
  transform: scale(1.4);
  -ms-transform: scale(1.4);  /*IE 9 */
  -webkit-transform: scale(1.4); /* Safari and Chrome */
  z-index: 1;
}
#logo_rolex svg {
  width: 80px;
  height: 48px;
}
