@media only screen and (max-width:1200px){}@media only screen and (max-width:992px){}
  @media only screen and (max-width:767px){
  p{line-height:1.4}
  h1{font-size:2.8em;line-height:1}
  h2{font-size:2.2em;line-height:1.1}
  h3{font-size:1.8em}
  .main-area-wrapper{/*height:100%;*/padding:0}
  #normal-countdown .time-sec{height:150px;width:150px;margin:5px}
  #normal-countdown .time-sec .main-time{line-height:55px;font-size:1.8em}
  #normal-countdown .time-sec span{bottom:12px}
  }
  @media only screen and (max-width:479px){
    body{font-size:12px}
    h1{font-size:1.8em;line-height:1}
    #normal-countdown .time-sec{height:150px;width:150px;margin:5px}
    #normal-countdown .time-sec .main-time{
      font-size: 4em;
    padding-top: 10px;
    line-height:45px;}
  }
  @media only screen and (max-width:359px){}
  @media only screen and (max-width:290px){}
