.countdown{display:flex;flex-direction:row;flex-flow:wrap;width:100%;justify-content:space-around;}.days-container,.hours-container,.minutes-container,.seconds-container{display:flex;flex-direction:column;align-items:center;justify-content: center;background-color:#FDE300;border:0px solid #FFFFFF;width:60px;height:60px;border-radius:10px;margin:5px;}.days,.hours,.minutes,.seconds{color:#1F1B0E;font-family:Rubik Distressed;font-size:21px;font-weight:normal;font-style:normal;}.timeRefDays,.timeRefHours,.timeRefMinutes,.timeRefSeconds{margin-top:0px;color:#8C0301;font-family:Rubik Distressed;font-size:11px;font-weight:normal;font-style:normal;}#alert{width:100%;text-align:center;}#countdownalert{margin:auto;padding:40px 0px 0px 0px;color:#000000;font-family:Rubik Distressed;font-size:19px;font-weight:normal;font-style:normal;}
@media only screen and (max-width:767px){
   .days-container,.hours-container,.minutes-container,.seconds-container{width:48px;height:48px;}
   .days,.hours,.minutes,.seconds{font-size:17px;}
   .timeRefDays,.timeRefHours,.timeRefMinutes,.timeRefSeconds{font-size:9.3px;}
}  
