.other-site-button.ue {
    background-color: white;
    top: 260px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .other-site-button.ue {
        background-color: white;
        top: 200px;
        padding-left: 0;
    }

    .other-site-button.ue img {
        height: 50px;
        width: auto;
    }
}