.modal-download .modal-content {
    background-color: #7A2C08;
    background-image: linear-gradient(135deg, #431F0F, #7A2C08, #431F0F);
    margin: auto;
    padding: 20px;
    border: 2px solid #FDD25F;
    /* width: 100%;
    max-width: 360px; */
    border-radius: 12px;
    text-align: center;
    color: #FFFFFF !important;
    font-size: 12px;
    animation-name: animatetop;
    animation-duration: 0.4s;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
}

.modal-download .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 1%;
    right: 3%;
    cursor: pointer;
}

.modal-download h2 {
    margin: 20px auto 10px;
}

.modal-download button.player-btn {
    display: inline-table;
    margin: 2px;
    padding: 5px;
    border-radius: 12px;
    border: #fff solid 2px;
    color: #fff;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 70px;
    height: 70px;
    font-size: 10px;
}

.modal-download button>a {
    color: #fff;
}

.modal-download button.player-btn img {
    width: 50%;
    margin: 5px auto;
    display: table-cell;
}

.modal-download .pb-win {
    background-color: #00ADEF;
    transition: 400ms ease-in-out;
}

.modal-download .pb-win:hover {
    border: #00ADEF solid 2px;
    background-color: #004763;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.modal-download .pb-ios {
    background-color: #999999;
    transition: 400ms ease-in-out;
}

.modal-download .pb-ios:hover {
    border: #999999 solid 2px;
    background-color: #505050;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.modal-download .pb-and {
    background-color: #A4C439;
    transition: 400ms ease-in-out;
}

.modal-download .pb-and:hover {
    border: #A4C439 solid 2px;
    background-color: #414e17;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 500px) {
    .modal-download h1 {
        font-size: 16px;
    }

    .modal-download button.player-btn {
        width: 55px;
        height: 55px;
        font-size: 10px;
    }
}