@media (max-width: 767px) {
  body {
    background-size: cover;
  }
  #header {
    padding: 0;
  }

  #header .logo {
    display: table;
    margin:0 auto;
  }

  #header .logo img {
    max-height: 40px;
  }

  .top-header-content {
    justify-content: center;
  }

  .hdg-home, .centerheading, .copyright {
    text-align: center;
  }

  .section {
    padding-bottom:30px;
  }

  .navwrapper {
    background: none;
    margin: 0;
  }

  #hero {
    height: 300px;
  }

  #hero .container {
    margin-top:0;
  }

  .star {
    width: 40px;
  }

  .detail-prize {
    font-size: 20px;
  }

}



@media (max-width: 479px) {
  #hero {
    height: 150px;
  }

  .ball {
    width: 60px;
    height: 60px;
    background-size: 100%;
    font-size: 20px;
  }
  .result-jackpot {
    padding-bottom: .5rem;
  }

  .viewmore, .results-main-wrap {
    text-align: center;
  }

}



