.hidden.menu {
    display: none;
  }

  .masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
  }
  .masthead .logo.item img {
    margin-right: 1em;
  }
  .masthead .ui.menu .ui.button {
    margin-left: 0.5em;
  }
  .masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
  }
  .masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
  }

  .ui.vertical.stripe {
    padding: 8em 0em;
  }
  .ui.vertical.stripe h3 {
    font-size: 2em;
  }
  .ui.vertical.stripe .button + h3,
  .ui.vertical.stripe p + h3 {
    margin-top: 3em;
  }
  .ui.vertical.stripe .floated.image {
    clear: both;
  }
  .ui.vertical.stripe p {
    font-size: 1.33em;
  }
  .ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
  }

  .quote.stripe.segment {
    padding: 0em;
  }
  .quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .footer.segment {
    padding: 5em 0em;
  }

  .secondary.pointing.menu .toc.item {
    display: none;
  }

  .ui.secondary.pointing.menu {
    background-color: transparent;
    border: none;
    border-bottom: 0px;
}

    @keyframes slide {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-1692px, -1692px, 0); /* The image width */
        }
    }

    .candy-jar {
        overflow: hidden;
    }

    .candy-jar .game-description {
        position: relative;
    }

    .candy-jar-bg {
        background-image: url(../img/tile_bg.jpg);
        background-repeat: repeat;
        background-size: 170px 170px;
        height: 400%;
        animation: slide 80s linear infinite;
        position: absolute;
        width: 300%;
        margin-top: -13px;
        z-index: 0;
    }

    .candy-jar .ui.text.container {
        padding-top: 100px;
    }

    @media only screen and (max-width: 767px) {
      .candy-jar-bg {
        animation: none;
      }

      .candy-jar .ui.text.container {
        padding-top: 30px;
      }

      .masthead.segment {
        min-height: auto;
      }

      #mobile-phone {
        display: none;
      }

      #bunny {
        display: inline;
      }
    }

    @media only screen and (min-width: 768px) {
      #mobile-phone {
        display: block;
      }

      #bunny {
        display: none;
      }
    }

    .game-description .game-logo {
        max-width: 100%;
    }

    .game-description h2 {
        font-weight: bold;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }

    .google-play {
        height: 53px;
    }

    .stores {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .video-wrapper {
      position: absolute; 
      width: 250px; 
      overflow: hidden; 
      display: inline;
      margin-left: 25px;
    }

    .video-wrapper video {
      width: 300px;
      position: relative;
      height: 540px;
      margin-top: 15px;
      margin-left: -25px;
    }

