.main-logo img {
    max-height: 75px;
    margin-top: 50px;
}

.sponsors-button {
    margin-top: 15px;
}

.btn-move-page {
    background-image: none;
    white-space: normal;
}

@media (min-width: 1200px) {

    .main-logo img {
        position: relative;
        margin-right: 15px;
        left: -300px;
        top: 50px;
        margin-top: 0;
        max-height: 100px;
    }

    .sponsors-button {
        margin-top: 0;
    }
}