/**** FOOTER ****/

body .wrapper main {
    padding-bottom: 0;
}


#mood-embed-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-top: 1px solid #ccc; */
  margin-top: 80px;
  width: 100%;
}
.mood-embed-img {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 10px 0;
}
a.mood-embed-footer-link {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
}
a.mood-embed-footer-link.white_font {
    color: #ffffff;
}

@media (max-width: 768px) {
  .mood-embed-img {
    max-width: 160px;
  }
  a.mood-embed-footer-link {
    font-size: 14px
  }
}
