#intro-content, #menu_about, #menu_blog {display: none;}

.intro-content img {
  height: 170px;
  position: absolute;
  bottom:-90%;
  right: -10%;
}
#footer .aniversary {max-height: 100px;}

.gallery-thumb {margin-bottom: 1.65em; display: block;}

@media only screen and (max-width: 40em) {
  .intro-content {
    transform: translate(-50%, -79%);
  }
  .intro-content img {
    bottom: -65%;
  }
}