 .counter {position:relative;}
  .counter .countSub {font-size: 16px; line-height: 20px; text-align: center;} 
  .counter .background {
    background: url('/pix/themeworld/icons/counter/digit_0.png') no-repeat; background-size: contain; background-position: center center;
    display: block; width: 40%; height: 100%; position:relative;
  }
  .counter .background.digit0{background: url('/pix/themeworld/icons/counter/digit_0.png') no-repeat; background-size: contain; background-position: center center;} 
  .counter .background.digit1{background: url('/pix/themeworld/icons/counter/digit_1.png') no-repeat; background-size: contain; background-position: center center;} 
  .counter .background.digit2{background: url('/pix/themeworld/icons/counter/digit_2.png') no-repeat; background-size: contain; background-position: center center;} 
  .counter .background.digit3{background: url('/pix/themeworld/icons/counter/digit_3.png') no-repeat; background-size: contain; background-position: center center;} 
  .counter .background.digit4{background: url('/pix/themeworld/icons/counter/digit_4.png') no-repeat; background-size: contain; background-position: center center;} 
  .counter .background.digit5{background: url('/pix/themeworld/icons/counter/digit_5.png') no-repeat; background-size: contain; background-position: center center;} 
  .counter .background.digit6{background: url('/pix/themeworld/icons/counter/digit_6.png') no-repeat; background-size: contain; background-position: center center;} 
  .counter .background.digit7{background: url('/pix/themeworld/icons/counter/digit_7.png') no-repeat; background-size: contain; background-position: center center;} 
  .counter .background.digit8{background: url('/pix/themeworld/icons/counter/digit_8.png') no-repeat; background-size: contain; background-position: center center;} 
  .counter .background.digit9{background: url('/pix/themeworld/icons/counter/digit_9.png') no-repeat; background-size: contain; background-position: center center;}
  
  .counter {width: 100%; height: 200px; display: block;}
  .counter > div:nth-of-type(2) {width: 100%; height: 100%; display: flex; justify-content: center;}
  .counter > div:nth-of-type(2) > div {width: 17%; height: 88%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
  .counter > div:nth-of-type(2) > div.timeSeperator {
    font-weight: bold; font-size: 40px; line-height: 45px; width: 1%;
  }
  .counter > div:nth-of-type(2) > div.timeSeperator > p {display: block; margin-bottom: 0.7em;}
  .counter > div:nth-of-type(2) > div > div:first-of-type {width: 100%; height: 70%; display: flex; justify-content: center;}
  
  
  
  @media only screen and (max-width: 480px) {
    .counter .countSub {font-size: 13px; line-height: 16px;}
    .counter > div:nth-of-type(2) > div.timeSeperator {font-weight: bold; font-size: 20px; line-height: 25px;}
    .counter > div:nth-of-type(2) > div {width: 32%;}
    .counter > div:nth-of-type(2) > div > div:first-of-type {height: 40%;} 
  }
  
  @media only screen and (max-width: 360px) {
    .counter .countSub {font-size: 11px; line-height: 14px;}
    .counter > div:nth-of-type(2) > div > div:first-of-type {height: 40%;} 
  }
  
  #counter3 {background-color: #000; color: #fff;}

.gridContainer > *:nth-child(30) {
background:#000
}
.gridContainer > *:nth-child(30) .grid4InARow{
width:40%; margin:0 auto;
}