.social-media-sidebar {
    position: fixed;
    top: 69%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    z-index: 9999;
}
