

@media (max-width: 1650px){
  .timer2{
    top:50px;
  }
}

@media (max-width: 1080px){
  .stream-block {
    width: 47%!important;
    margin-right: 6%;
  }
  .stream-block:nth-child(3n+3){
    margin-right: 6%;
  }
  .stream-block:nth-child(2n){
    margin-right: 0;
  }
  .timer2 p {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .item{
    margin: 10px 10px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 53px;
    font-size: 26px;
  }
  .item:before{
    width: 60px;
    height: 60px;
  }
  .item .label{
    bottom: -14px;
    font-size: 12px;
  }
  .timer2{
    width: 300px;
    left: calc(50% - 150px);
  }
}
@media (max-width: 768px){
  .stream-block {
    width: 400px!important;
    max-width: 100%!important;
    margin-right: 0%;
  }
  .stream-block:nth-child(3n+3){
    margin-right: 0%;
  }
  .stream-block:nth-child(2n){
    margin-right: 0;
  }
  .stream-row{
    justify-content: center;
  }
  .item{
    margin: 10px 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 26px;
  }
  .item:before{
    width: 50px;
    height: 50px;
  }
  .item .label{
    bottom: -14px;
    font-size: 12px;
  }
  .timer2{
    top: 70px;
  }

}
@media (max-width: 400px){
  .content-area{
    width: 100%;
  }
}
