* {
    margin: 0;
    padding: 0;
    vertical-align: top;
    user-select: none;
    font-size: 0;
}

#poll {
    width: 100vw;
    height: 56.25vw;
    background-image: url('bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#purse {
    position: absolute;
    left: 0;
    top: 0;
    width: 8.8%;
    height: 100px;
}

#pollForm .paymentInput {
    display: none !important;
}

#paymentParent {
    position: absolute;
    right: 0;
    width: 91%;
    background-image: url(icons.png);
    background-size: 84%;
    background-repeat: no-repeat;
    background-position: 19.5% 25px;
}

.payment {
    display: inline-block;
    width: 14.9%;
    height: 100vh;
    padding-top: 13%;
}

.coin {
    display: block;
    width: 50px;
    margin: 0 auto;
}

.coinResult {
    padding: 0 10px;
}

.coinResult *{
    font-size: 18px;
}
.coinResult img {
    display: inline-block;
    width: 20%;
}

#pollFormSubmit {
    position: absolute;
    top: 60%;
    left: 50%;
    font-size: 18px;
}

.resultComment {
    margin: 15px 0;
    font-size: 18px;
    text-align: center;
}