.share-button__container {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}
.share--outer{
    top: 2px;
    right: 2px;
}

.share-button {
    background-color: transparent;
    border-radius: 100%;
    cursor: pointer;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    transition: 0.3s all ease;
}

.share-button img {
    width: 24px;
    height: 24px;
}

.share-button:hover {
    background-color: #F7F7F7;
}