.block-fb-littlelikebox {
  position: fixed;
  left: 0;
  bottom: 51%;
}

#block-littleyoutubebanner {
  position: fixed;
  left: 0;
  top: 51%;
  z-index: 100;
}

#block-littleyoutubebanner img {
  margin: 0;
  max-width: 288px !important;
}
div.social-icon {
  position: fixed;
  left: 256px;
  z-index: 100;
  cursor: pointer;
}

div.social-facebook {
  bottom: 51%;
  transform: translateY(-50%);
}

div.social-youtube {
  top: 51%;
  transform: translateY(50%);
}