.social-bar-homehero-component-bg li{
  list-style-type: none;
  transform: rotate(-90deg);
  color: white;
  padding: 2rem 0rem 2rem 0rem;
  pointer-events: none;
}

.social-bar-homehero-component-bg ul {
  pointer-events: none;
}

.social-bar-homehero-component-bg a{
  color: white;
  box-shadow: none !important;
  font-family: 'Barlow';
  transition: opacity 0.3s ease 0s;
  pointer-events: auto;
  font-weight: 300;
}
.social-bar-homehero-component-bg a:hover{
  color: white;
  opacity: 0.5;
  text-decoration: none;
}
.social-bar-homehero-component-bg a:focus, .social-bar-homehero-component-bg a:active{
  color: white !important;
}
.social-bar-homehero-component-bg{
  position: absolute;
  right: 10px;
  z-index: 99;
  top: 50%;
  margin-top: -260px;
  overflow: hidden;
}
.social-bar-homehero-component-bg.fixed {
  position: fixed;
}
.social-bar-homehero-component-bg ul {
  height: 100%;
}

.bar-social{
  width: 70px;
  height: 4px;
  background: white;
  margin-left: -30px;
  position: absolute;
  bottom: 27px;
}
#social-li-twitter{
  margin-left: 13px;
}
#social-li-vimeo{
  margin-left: -10px;
}

@media (max-width: 768px){
  .social-bar-homehero-component-bg{
    display: none;
  }
}
