.landing2.cny {
  background-image: url("../img2/landing2/top-bg-m-cny.jpg"), url("../img2/landing2/bg-bottom-m-cny.jpg");
  background-position: top, bottom;
}

.landing2 .widget-wrap {}

.landing2 iframe {
  position: relative;
  z-index: 2;
}

#cny-rain1,
#cny-rain2,
#effect-rain3 {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.cny-rain1 {
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("../img2/landing2/cny_angbow.png");
  background-size: 100% 100%;
}

.cny-rain2 {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("../img2/landing2/cny_coin.png");
  background-size: 100% 100%;
}

.xmas-rain1 {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("../img2/landing2/xmas-snow.png");
  background-size: 100% 100%;
}

.xmas-rain2 {
  width: 25px;
  height: 25px;
  position: absolute;
  background: url("../img2/landing2/xmas-star.png");
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .landing2.cny {
    background-image: url("../img2/landing2/top-bg-cny.jpg");
    background-repeat: no-repeat;
  }

  /* .landing2.cny {
    background-image: url(../img2/landing2/top-bg-m-cny.jpg);
  }

  .landing2.cny .widget-wrap {
    background-image: url(../img2/landing2/bg-bottom-cny.jpg);
  } */

  .landing2.xmas {
    background-image: url("../img2/landing2/top-bg-xmas.jpg");
  }

  .cny-rain1 {
    width: 40px;
    height: 40px;
  }

  .cny-rain2 {
    width: 20px;
    height: 20px;
  }

  .xmas-rain1 {
    width: 20px;
    height: 20px;
  }

  .xmas-rain2 {
    width: 40px;
    height: 40px;
  }
}

.landing2 .eurocup{
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.landing2 .eurocup-timer{
  background-image: url(../img2/landing2/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 300px;
  margin: 0px auto 15px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: calc( 100% - 30px );
  padding: 15px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.landing2 .eurocup-timer h1{
  font-size: 1.2rem;
}

.landing2 .eurocup-timer h1 span{
  display: block;
}

.landing2 .eurocup-timer h4{
  font-size: 1rem;
  color: #F1C92A;
}

.landing2 .eurocup-timer .timer-logo{
  text-align: center;
  margin-right: 15px;
}

.landing2 .eurocup-timer .timer-logo img{
  max-width: 80px;
  margin: 0 auto;
}

.landing2 .eurocup-timer  #timer {
  width: 100%;
  max-width: 300px;
  font-size: 2em;
  font-weight: 100;
  color: white;
  display: flex;
  margin-right: 10px;
}

.landing2 .eurocup-timer .timer-logo .mobile{
  display: block;
}

.landing2 .eurocup-timer .timer-logo .desktop{
  display: none;
}

.landing2 .eurocup-timer  #timer div {
  width: 25%;
  font-weight: bold;
  text-align: center;
}

.landing2 .eurocup-timer  #timer div span {
  color: #F1C92A;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0;
}

@media screen and (min-width: 420px) {
  .landing2 .eurocup-timer h1{
    font-size: 1.7rem;
  } 
  
  .landing2 .eurocup-timer h4{
    font-size: 1.2rem;
    color: #F1C92A;
  }
}

@media screen and (min-width: 560px) {

  .landing2 .eurocup-timer #timer{
    max-width: 350px;
  }

  .landing2 .eurocup-timer .timer-logo .mobile{
    display: none;
  }

  .landing2 .eurocup-timer .timer-logo .desktop{
    display: block;
  }

  .landing2 .eurocup-timer .timer-logo img{
    max-width: 180px;
    margin: 0 auto;
  }
  .landing2 .eurocup-timer h1{
    font-size: 1.8rem;
  }

  .landing2 .eurocup-timer h4{
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 668px) {
  .landing2 .eurocup-timer h1{
    font-size: 2rem;
  }

  .landing2 .eurocup-timer h4{
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .landing2 .eurocup-timer{
    display: flex;
    font-size: 1.5em;
    background-position: left;
    justify-content: center;
  }

  .landing2 .eurocup-timer .counter-wrapper{
    justify-content: center;
  }

  .landing2 .eurocup-timer .timer-logo{
    padding: 0px;
    position: absolute;
    right:15px;
    top:50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 960px) {
  .landing2 .eurocup-timer{
    display: flex;
  }

  .landing2 .eurocup-timer .timer-logo img{
    max-width: 200px;
    margin: 0 auto;
  }

  .landing2 .eurocup-timer  #timer {
    width: 100%;
    max-width: 400px;
    font-size: 2em;
  }

  .landing2 .eurocup-timer  #timer div span {
    font-size: 0.35em;
  }

  .landing2 .eurocup-timer h1{
    font-size: 2.2rem;
  }

  .landing2 .eurocup-timer h1 span{
    display: inline;
  }

  .landing2 .eurocup-timer h4{
    font-size: 1.8rem;
  }
}

@media (min-width: 1280px) {

  .landing2 .eurocup-timer{
    display: flex;
    max-width: calc( 1400px - 30px );
  }

  .landing2 .eurocup-timer  #timer {
    width: 100%;
    max-width: 500px;
    font-size: 2.2em;
  }

  .landing2 .eurocup-timer .timer-logo{
    right:50px;
  }

  .landing2 .eurocup-timer .timer-logo img{
    max-width: 230px;
  }

}