body section#content .share ul:not(.list-unstyle), 
.share ul {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.share li, 
section.content-wrapper .share ul:not(.list-unstyle) li {
  margin-bottom: 0 !important;
}

/* Overrides for desktop viewport header area only */
.desktop .share {
  position: fixed;
  top: 20% !important;
  width: 9%;
  z-index: 1;
  display: none;
}

@media (min-width: 992px) {
  .desktop .share {
    display: block !important;
  }
}

body section#content .desktop .share ul:not(.list-unstyle), 
.desktop .share ul {
  flex-direction: column;
}

.desktop .share li {
  width: 100%;
}

.desktop li.s_title{
  display: none !important;
}

.desktop .share li a {
  padding-bottom: 5px;
}