.hurrytimer-headline {
  font-size: 26px;
}

.hurrytimer-headline-container {
  max-width: 36%;
}

.hurrytimer-timer-block {
  width: 58px;
}

.hurrytimer-timer-container {
  max-width: 178px;
}

@media only screen and (max-width: 1024px) {
  [class~="hurrytimer-campaign"] {
    width: 300px;
    max-width: 100%;
    padding-left: 1px;
    padding-right: 1px;
    min-height: 350px;
    height: 350px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
  }

  .hurrytimer-timer-container {
    height: auto;
    margin-bottom:15px;
    max-width: 100%;
    padding: 15px 0px 15px 0px;
    width: 100%;
  }

  .hurrytimer-timer-block {
    width: 65px;
  }
  
  .hurrytimer-logo {
    width: 60px;
  }

  .separator-line {
    border-left: 1px solid rgb(255, 255, 255);
    height: 45px;
    bottom: -7px;
  }

  .hurrytimer-headline-container {
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin-bottom: 10px;
  }

  .hurrytimer-headline {
    display: block;
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .hurrytimer-content {
    font-size: 15px;
    width: 100%;
  }
}

