 
html,
body,
.wrapper {
  height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
}

body {
  font: 1rem/1.516 "Montserrat", Arial, sans-serif;
}

.wrapper {
  position: relative;
  background: url(https://source.unsplash.com/vZlTg_McCDo/1920x1080) no-repeat center center/cover;
}

.wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(33, 33, 33, 0.25); */
}

header,
.content,
footer {
  position: relative;
}

header,
footer {
  width: 100%;
}

header {
  top: 0;
  text-align: center;
}

.header__logo {
  max-width: 65px;
  fill: #000;
}

.__imImgz{
  text-align:  center;
  padding: 25px 0 0; 
}
.__imImgz img {
  max-width: 100%;
}
.content {
  /* top: 0px;
  left: 50%;
  text-align: center;
  color: #000;
  transform: translate(-50%, -50%); */

      text-align: center;
    color: #000;
    margin: 0 auto;
 
}

.content h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.content form {
  margin: auto;
  display: table;
}

.content input {
  float: left;
  font-size: 16px;
  border: 1px solid #000;
}

.content input[type=email] {
  padding: 12px;
  background: #000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.content input[type=submit] {
  padding: 12px 24px;
  color: #000;
  background: transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  transition: all 0.235s ease-in-out;
}

.content input[type=submit]:hover {
  color: #212121;
  background: #000;
}

.countdown {
  margin: auto;
  display: table;
  font-size: 28px;
  font-weight: 500;
}

.countdown>div {
  float: left;
  min-width: 80px;
}

.countdown span {
  position: relative;
  display: block;
  font-size: 16px;
  text-align: center;
}

.countdown span:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 20px;
  height: 1px;
  background: #000;
}

.countdown__seconds,
.countdown__minutes,
.countdown__hours,
.countdown__days  
{
  /* border: #000 1px solid;
  border-radius: 15px;
  padding: 15px; */

    border: #000 1px solid;
  border-radius: 10px;
  padding: 15px;
  background: #000000;
  color: #fff;
  margin: 0 4px;
 
}

footer {
  padding-bottom: 12px;
  bottom: 0;
}

.footer__links {
  text-align: center;
  list-style-type: none;
}

.footer__links li {
  display: inline-block;
}

.footer__links li:nth-of-type(n+2) {
  margin-left: 12px;
}

.footer__links a {
  padding: 8px 0;
  display: block;
  width: 41px;
  text-align: center;
  color: #000;
  border: 1px solid;
  border-radius: 50%;
  transition: opacity 0.235s ease-in-out;
}

.footer__links a:hover {
  opacity: 0.5;
}

.footer__links .fa {
  vertical-align: middle;
  font-size: 21px;
}

@media (max-width: 767px) {

}


@media (max-width: 576px) { 
  .countdown>div {
      float: left;
      min-width: 30px;
  }
  .countdown { 
    font-size: 22px;
    font-weight: bold;
}
.countdown span{
      font-weight: normal;
      font-size: 13px;
}

.countdown__seconds, .countdown__minutes, .countdown__hours, .countdown__days {
 
    margin: 0 2px;
}

}