
html{
    box-sizing: border-box;
    display: block;
    text-size-adjust: 100%;
    text-renderin: optimizelegibility;

}

body {
    margin: 0 auto;
    background-image: url("mobile/back-game-5a4f1d533b52dc144a9827b5bc7ed83d.webp");
    background-repeat: no-repeat repeat;
    background-size: cover;
    /*box-sizing: border-box;*/
    padding-bottom: 5%;
}

.content {
    /*min-width: 400px;*/
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 85%;
    font-size: 1.2em;
    padding-bottom: 50px;
}

.logo img {
    width: 80%;
    margin: 0 auto;
}

.game-home .logo img {
    width: 100%;
}

.garland-mobile {
    display: block;
}

.garland-mobile img {
    width: 100%;
    margin-top: 0%;
}

.garland-desktop {
    display: none;
}

.content .title {
    margin-top: 20px;
    padding-bottom: 20px;
}

.content .title img {
    width: 80%;
}

.country div {
    display: inline-block;
    vertical-align: middle;
    color: #c61710;
    font-weight: bold;
    text-transform: uppercase;
}

.country {
    border: 4px solid #c61710;
    text-align: left;
    display: block;
    width: 80%;
    padding: 2%;
    margin: 0 auto;
    margin-top: 3%;
}

.country a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.garland-home{
    margin-top: 11%;
}

.rgarl-home{
    top: 60% !important;
}

.country .flag img {
    width: 100%;
}

.country .arrow img {
    width: 50%;
}

.country .flag {
    width: 10%;
}

.country .arrow {
    width: 13%;
    text-align: right;
}

.country .text {
    width: 67%;
    font-size: 0.9em;
    padding-left: 10px;
}

.desktop{
    display: none;
}

.mobile{
    display: block;
}

@media (min-width: 1100px) {

    .content-home{
        margin-top: 11%;
    }

    .desktop{
        display: block;
    }

    .mobile{
        display: none;
    }

    body {
        background-image: url("desktop/background-50858d9def322fe495f4e200d343fc8f.webp");
        background-position-y: 19%;
    }

    .country .arrow {
        width: 13%;
    }

    .country .text {
        font-size: 0.7em;
    }

    .country {
        padding: 1%;
        width: 40%;
        margin-top: 1%;
        display: inline-block;
    }

    .home .content {
        margin-top: 13%;
    }

    .content {
        width: 51%;
    }

    .logo, .title{
        width: 58%;
        margin: 0 auto;
    }

    .garland-mobile {
        display: none;
    }

    .garland-desktop {
        display: block;
    }

    .right-garland {
        position: absolute;
        right: 0;
        width: 37%;
    }

    .home .right-garland {
        top: 25%;
    }

    .game-header .right-garland {
        top: 0;
    }

    .left-garland {
        width: 37%;
    }

}




