#countDown-Wrapper {
font-size: 0;
    z-index: 1;
    width: 300px;
    position: absolute;
    right: 590px;
    color: #000;
    top: 315px;
    padding: 15px;
}
@media screen and (max-width: 1023px) {
  #countDown-Wrapper {
  }
}

#countDown-Wrapper .countDown-Group {
display: inline-block;
    font-size: 0;
    margin: 0px;
    position: relative;
    width: 75px;
    text-align: center;
    padding-bottom: 25px;
    line-height: 50px;
}
/*#countDown-Wrapper .countDown-Group::after {
  content: " ";
  width: 61px;
  height: 70px;
  border: 1px solid #fff;
  border-right: 0px solid #fff;
  top: 0px;
  left: 0px;
  position: absolute;
}
#countDown-Wrapper .countDown-Group:last-child::after {
  border-right: 1px solid #fff;
}*/
#countDown-Wrapper .countDown-Label {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #f44ba0;
  display: block;
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 16px;
}
#countDown-Wrapper .countDown-Digit {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  width: 32px;
  position: relative;
 /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);*/
  text-align: center;
  vertical-align: middle;
}

#countDown-Wrapper .countDown-Digit ul {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
  font-size: 44px;
  position: absolute;
  top: 0;
  left: 0;
  transition: none;
  color: #f44ba0;
  font-weight: lighter;
}
#countDown-Wrapper .countDown-Digit.Anim ul {
  transition: top 0.5s ease-in-out;
}
#countDown-Wrapper .countDown-Digit ul li {
  display: block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  margin-top: 0;
  margin: 0;
  padding: 0;
  border: 0px solid;
  max-width: none;
  width: 24px;
  box-sizing: content-box;
  float: none;
}
/*@media (max-width: 1023px) {
  #countDown-Wrapper .countDown-Label {
    color: #333;
  }
  #countDown-Wrapper .countDown-Digit ul {
    color: #333;
  }
  #countDown-Wrapper .countDown-Group::after {
    border: 1px solid #333;
    border-right: 0px solid #333;
  }
  #countDown-Wrapper .countDown-Group:last-child::after {
    border-right: 1px solid #333;
  }
}*/
@media (max-width: 1023px) {
  .aspot.major img {
    margin-left: 0;
    transform: translateX(-8.35%);
  }
  #countDown-Wrapper {
    transform: scale(0.7);
    margin-bottom: 5px;
  }
}
@media (max-width: 761px) {
  .aspot.major img {
    transform: none;
    width: 100%;
  }
}

@media (min-width: 1023px) {
  .A-Spot-Main {
    overflow: hidden;
  }
  .blocktext-responsive-mobile {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 35px;
  }
  .blocktext-responsive-mobile * {
    color: #f44ba0;
  }
  .blocktext-responsive-mobile .btn-Aspot {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}


/*=================================*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .aspot.major .blocktext-responsive-mobile{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 35px;
  }
  .btn-Aspot{
    border-bottom: 1px solid white;
  }
}

.blocktext-responsive-mobile *{
  color: white;
}

@media screen and (max-width: 761px){
  #countDown-Wrapper .countDown-Label {
    color: #f44ba0;
  }
  #countDown-Wrapper .countDown-Digit ul {
    color: #f44ba0;
  }
  #countDown-Wrapper .countDown-Group::after {
   /* border: 1px solid #333;
    border-right: 0px solid #333;*/
  }
  #countDown-Wrapper .countDown-Group:last-child::after {
    /*border-right: 1px solid #333;*/
  }
  .blocktext-responsive-mobile *{
    color: black;
  }
}

/*Iphone Portrait*/
@media screen and (max-width: 761px) {
  .blocktext-responsive-mobile {
    text-align: center;
}
}

/*EDIT*/
.blocktext-responsive-mobile{
  width: 480px !important;
}

@media screen and (max-width: 1249px) {
  #countDown-Wrapper{right: 20px;}
}

@media screen and (max-width: 834px) {
#countDown-Wrapper{
    display: block;
    top: unset;
    left: 0;
    position: relative;
    top: 0;
    right: unset;
    margin: 20px auto;
    width: 100%;
    transform: unset;
    padding: 0;
}
}

@media screen and (max-width: 480px) {
#countDown-Wrapper{top: 80px;}
}