.nectar-social.fixed.visible {
    display: none;
}

/* Round portfolio thumbs + their containers */
body .portfolio-items .col,
body .portfolio-items .col img {
  border-radius: 18px !important;
  overflow: hidden;
}

/* If Salient uses a link wrapper inside .col */
body .portfolio-items .col a,
body .portfolio-items .col .work-item {
  border-radius: 18px !important;
  overflow: hidden;
}