.container {
    width: 100%;
    font-family: 'Muli', sans-serif;
}
.container_over {
    width: 650px;
    border-radius: 10px;
    height: 500px;
    margin: 0;
    padding: 0;
    background-image: url(/forzazu-2018/img/overlayer2018.jpg);
    -webkit-box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 300px 100px #0b0203;
    position: relative;
    z-index: 99999;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -325px;
    font-family: 'Muli', sans-serif;
    background-repeat: no-repeat;
}
.numar {
    font-size: 45px;
}
.small {
    font-size: 16px;
    text-transform: uppercase;
}
.counter {
    position: relative;
    padding-top: 293px;
    width: 455px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 1px 1px rgb(23, 129, 132);
}
.buton_over {
    border: 3px solid #b8d81c;
    padding: 15px 25px;
    margin-bottom: 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    background-color: #9fbe01;
    border-color: #9fbe01;
    display: block;
    margin: 0 auto;
    outline: none;
    background-image: url(/forzazu-2018/img/pixel1.png);
    background-repeat: repeat;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    box-shadow: 0px 12px 20px #152311;
    -webkit-transition: all 277ms ease-in-out;
    -moz-transition: all 277ms ease-in-out;
    -o-transition: all 277ms ease-in-out;
    transition: all 277ms ease-in-out;
    -ms-transition: all 277ms ease-in-out;
    width: 250px;
    margin-top: 38px;
}
.buton_over:hover {
    background-color: #afd008;
    color: #fff;
    box-shadow: 0px 2px 20px #152311;
    -webkit-transition: all 277ms ease-in-out;
    -moz-transition: all 277ms ease-in-out;
    -o-transition: all 277ms ease-in-out;
    transition: all 277ms ease-in-out;
    -ms-transition: all 277ms ease-in-out;
}
.close {
    position: absolute;
    top: -22px;
    right: -22px;
    cursor: pointer;
}
.incepe {
    position: absolute;
    top: 253px;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    margin-left: -200px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 1px 1px rgb(23, 129, 132);
    font-size: 38px;
    text-transform: uppercase;
}
@media (max-width: 720px) {
    .container_over {
        width: 300px;
        height: 350px;
        background-image: url("/forzazu-2018/img/overlayer-small2018.jpg");
        margin: 0 auto;
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
    }
    .counter {
        width: 300px;
        padding-top: 150px;
    }
    .numar {
        font-size: 30px;
    }
    .buton_over {
        font-size: 13px;
        font-weight: 300;
        font-family: 'Muli', sans-serif;
        padding: 14px 0;
    }
    .incepe {
        position: absolute;
        top: 125px;
        width: 350px;
        margin: 0 auto;
        text-align: center;
        left: 50%;
        margin-left: -175px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }
}


a {
    width: auto;
}