html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  overflow-x: hidden;

  /*
  background-image: url(images/index-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;*/
}

#bottom-text-holder {
  background-color: #333;
  color: white;
  /*overflow: auto;
  white-space: nowrap;*/
  height: auto;
  position: fixed;
  bottom: 0px;
  width: 100%;
  font-size: calc(3.2vh + 0.5vw);
  margin-bottom: 0px;

  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

#bamboo-title {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 75px;
  max-height: 225px;
  max-width: 765px;
  /*
  max-height: 300px;
  max-width: 1020px;
  */

  display: table;
  position: relative;
  margin: auto;
}

#main-panda-holder {
  width: 100%;
  display: flex;
  justify-content: center;
}

#main-panda-holder .container .front img {
  height: 40vh;
  display: table;
  position: relative;
  margin: auto;
  filter: drop-shadow(10px 5px 5px black);
}

@media screen and (max-width: 500px){
  #main-panda-holder {
    margin-top: 100px;
  }

  #main-panda-holder .container .front img {
    height: 350px;
  }

  #bottom-text-holder {
    font-size: x-large;
  }
}