#profile {
  position: relative;
  padding-bottom: 0;
  padding: 10px 20px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

#profile-inner {
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#profile-image {
  border-radius: 100%;
  padding: 15px 0;
  float: unset;
  margin: 0;
}

#profile-image img {
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  max-width: 200px;
  box-shadow: 3px 3px 8px rgba(15, 15, 15, .115);
}

.post-tags {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 15px auto 35px auto;
  max-width: 80%;
}

.entry h2 {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

/*.entry h2 code {
  border-radius: 8px;
  border: 1px solid #FF1A75;
  color: #FF1A75;
  flex: 1;
  font-size: 50%;
  margin: 10px 5px;
  padding: 5px 15px;
  min-width: 30%;
  text-align: center;
}*/

.entry a {
  color: #FF1A75;
  box-shadow: 0 1px 0 #FF1A7535;
}

.entry a:hover {
  box-shadow: 0 1px 0 #FF1A7585;
}

.masonry-item {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}

/*
.image-container {
  height: 385px;
  overflow: clip;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 65px 0 0 0;
}

@media only screen and (max-width: 1080px) {
  .image-container {
    height: 235px;
    overflow: clip;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .image-container {
    height: 125px;
    overflow: clip;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 36px 0 0 0;
  }

  .post-wrapper {
    border-radius: 0;
  }
}
*/
