.selfie-buttongroup {
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    grid-column-gap: 1.1659vh;
    z-index: 5000;
}

.selfie-button1 {
    width: 6.1435vh;
    height: 3.8565vh;
    border-radius: 0.2242vh;
    background: rgba(0, 0, 0, 0.70);
    display: block !important;
}
.selfie-button1a {
    width: 6.1435vh;
    height: 3.8565vh;
    border-radius: 0.2242vh;
    background: rgba(0, 0, 0, 0.70);
    display: block !important;
}

.selfie-button2 {
    height: 3.8565vh;
    width: 6.1435vh;
    border-radius: 0.2242vh;
    background: rgba(0, 0, 0, 0.70);
    display: block !important;
}

.selfie-button3 {
    height: 3.8565vh;
    width: 24.7982vh;
    border-radius: 0.2242vh;
    border-radius: 0.2242vh;
    background: var(--LimesSecRed, #9E0846);
    display: block !important;
}

.selfiebutton-text {
    color: #FFF;
    text-align: center;
    text-shadow: 0vh 0.0897vh 0.1794vh rgba(0, 0, 0, 0.25);
    font-family: "Roboto Condensed";
    font-size: 2.0179vh;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1009vh;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.svg-logo-center {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

.selfiebutton-img {
    width: 2.33vh !important;
    height: 2.33vh !important;
    display: block !important;
    position: relative !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-left: 0.0px !important;
}