.socials-fixed {
  position: fixed;
  top: 25%;
  right: -125px;
  z-index: 9;
}

.socials-fixed img {
  margin-right: 15px;
  width: 100%;
  height: 100%;
  max-width: 24px;
}
.socials-fixed ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.socials-fixed ul li {
  margin-bottom: 10px;
  padding: 4px 6px;
  background-color: #dd01054d;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;

  width: 165px;
  transform: translateX(0px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.socials-fixed ul li:hover {
  transform: translateX(-120px);
}

.socials-fixed ul li a {
  display: block;
  color: white;
  font-weight: 600;
}
@media(min-width: 1025px){
  .hide_desktop{
    display: none;
  }
}