#bg_treedom {
  background-image: url("/static/img/treedom/colombia.2325e08cf65a.jpg");
}

#subtitle_treedom {
  max-width: 491px;
  margin: 0 auto 25px;
}

#treedom_content h2 {
  margin-bottom: 15px;
}
#treedom_content h2 img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 95px;
  max-width: calc(100% - 200px);
}

#treedom_list {
  padding: 0;
}
#treedom_list li {
  padding: 10px 0;
  width: 100%;
  display: table;
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  #treedom_list li {
    padding: 5px 0;
  }
}
#treedom_list img {
  max-width: 90px;
  max-height: 90px;
  float: left;
}
@media screen and (max-width: 500px) {
  #treedom_list img {
    max-width: 60px;
    max-height: 60px;
  }
}
#treedom_list p {
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: "Frank Ruhl Libre", serif;
}
@media screen and (max-width: 500px) {
  #treedom_list p {
    font-size: 28px;
  }
}

#treedom_bottom_link {
  padding: 50px 0;
  text-align: center;
}
#treedom_bottom_link .sugarlink {
  margin: 35px auto;
}

#treedom_header {
  background: black;
  overflow: hidden;
}
#treedom_header video {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 100vh;
}
#treedom_header .controls {
  position: absolute;
  height: 50px;
  background: white;
  width: 50px;
  border-radius: 50%;
  display: none;
  z-index: 10;
}
#treedom_header .controls svg {
  height: 20px;
  margin: 15px auto;
  display: block;
}
#treedom_header .controls #pause_icon {
  display: none;
}
#treedom_header .controls #sound_icon {
  display: none;
}
#treedom_header .controls.pause #pause_icon {
  display: block;
}
#treedom_header .controls.pause #play_icon {
  display: none;
}
#treedom_header .controls.mute #sound_icon {
  display: block;
}
#treedom_header .controls.mute #mute_icon {
  display: none;
}
#treedom_header .controls#play_button {
  right: 25px;
}
#treedom_header .controls#sound_button {
  right: 95px;
}
