#main {
    background-image: url(/turul_revolutiei/resources/map.png);
    background-size: cover;
    position: relative;
    height: 780px;
}

.button-list {
    position: relative;
    width: 700px;
    width: 100%
}

.btn {
    max-width: 100%;
}

@media only screen and (max-width: 1000px) {
    .button-list {
        width: 90vw;
        position: relative;
    }

    .button-list a {
        font-size: 36px;
    }

    .btn {
        max-width: 90%;
    }

}