#social-bubble {
position: absolute;
width: 300px;
height: 150px;
right: -20px;
top: -50px;
background: #e30427;
z-index: -1;
border-top-left-radius: 50% 100%;
border-top-right-radius: 50% 100%;
}
.jw-social-icons {
position: absolute;
right: 70px;
top: -2rem;
}
.jw-social-icons a {
text-decoration: none;
}