.modal .modal-dialog.modal-xl {
    max-width: 90vw;
    width: 698px;
    margin: 0 auto;
}
.modal-content{
    background: var(--secondary-bg-color);
    border: 0px solid #111;
}
.modal-body{
    background-color: transparent;
    padding: 44px 12px 18px 12px;
}

.btn-close{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 160%;
    line-height: 115%;
    opacity: 1.0 !important;
    color: #fff;
    background: transparent;
    width: 48px;
    height: 48px;
}

#bonModal #bonimg{
    width: 528px;
    max-width: 100%;
    margin: 20px auto 20px auto;
    display: block;
    /*position: absolute;*/
   /* top: 2.7%;
    left: 7%;*/
}

#bonModal p{
    margin: 0 0 1rem 0;
    color: #fff;
    font-size:17px;
    line-height: 122%;
}
#bonModal p .small{
    font-size:13px;
    line-height: 128%;
}
#bonModal ol{
    font-weight: bold;
    padding-left: 4rem;
    color: #fff;
}
#bonModal .col-md-7:last-child{
    padding-left: 7%;
}

/* ##################################################################### */
#dankewinnerModal.modal .modal-dialog.modal-xl {
    max-width: 90vw;
    width: 1403px;
    margin: 0 auto;
}
#dankewinnerModal .modal-content{
    background: transparent;
    border: 0px solid #111;
    padding-left: 160px;
}
#dankewinnerModal .modal-body{
    background-color: transparent;
    padding: 100px 160px 0 20px;
    background-image: url(../images/Pop-Up_2x_sm.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 1080px;
}



#dankewinnerModal #restartbtn{
    margin: 5rem auto 3rem auto;
    font-weight: 500 !important;
    background-color: #74AF0D !important;
    border: 1px #74AF0D !important;
}
#dankewinnerModal #restartbtn:hover{
    background-color: #E8C424 !important;
}

@media (max-width: 1559px) {

    #dankewinnerModal h1 {
        font-size: calc(4400vw / 1559);
        line-height: normal;
    }
    #dankewinnerModal p {
        font-size: calc(2000vw / 1559);
        line-height: normal;
    }
    #dankewinnerModal .small,
    #dankewinnerModal p.small {
        font-size: calc(1600vw / 1559);
        line-height: normal;
    }
    #dankewinnerModal .modal-content{
        padding-left: calc(16000vw / 1559);
    }
    #dankewinnerModal .modal-body{
        padding: calc(10000vw / 1559) calc(16000vw / 1559) 0 calc(2000vw / 1559);
        min-height: calc(108000vw / 1559);
    }
    #dankewinnerModal #restartbtn{
        margin: calc(5000vw / 1559) auto calc(3000vw / 1559) auto;
        font-size: calc(2000vw / 1559);
        line-height: 115%;
        height: calc(4800vw / 1559);
        padding: calc(200vw / 1559) 7% 0 7%;
        width: calc(50000vw / 1559);
    }
}


@media (max-width: 991px) {
    #dankewinnerModal.modal .modal-dialog.modal-xl {
        max-width: 99vw;
    }
    #dankewinnerModal h1 {
        font-size: calc(5200vw / 1559);
        line-height: normal;
    }
    #dankewinnerModal p {
        font-size: calc(2400vw / 1559);
        line-height: normal;
    }
    #dankewinnerModal .small,
    #dankewinnerModal p.small {
        font-size: calc(2000vw / 1559);
        line-height: normal;
    }
    #dankewinnerModal .modal-content{
        padding-left: calc(14000vw / 1559);
    }
    #dankewinnerModal .modal-body{
        padding: calc(12000vw / 1559) calc(21000vw / 1559) 0 calc(1800vw / 1559);
        min-height: calc(122000vw / 1559);
    }
    #dankewinnerModal #restartbtn{
        margin: calc(5500vw / 1559) auto calc(3300vw / 1559) auto;
        font-size: calc(2200vw / 1559);
        line-height: 115%;
        height: calc(5300vw / 1559);
        padding: calc(220vw / 1559) 7% 0 7%;
        width: calc(55000vw / 1559);
    }
}

@media (max-width: 767px) {
    #bonModal .btn-close svg{
        top:0px;
    }
    #bonModal .btn-close svg{
        width:36px;
    }
    #bonModal .modal-body {
        background-color: transparent;
        padding: 64px 12px 18px 12px;
    }
}

@media (max-width: 640px) {
    #dankewinnerModal.modal .modal-dialog.modal-xl {
        max-width: 100vw;
        margin: 0 auto;
    }
    #dankewinnerModal .modal-content{
        padding-left: 0px;
    }
    #dankewinnerModal .modal-body{
        background-color: transparent;
        background-image: url(../images/Pop-Up_mobile_2x.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 11vw 4vw;
        min-height: 133vw;
    }

    #dankewinnerModal h1 {
        font-size: 4vw;
        line-height: normal;
    }
    #dankewinnerModal p {
        font-size: 2.5vw;
        line-height: normal;
    }
    #dankewinnerModal .small,
    #dankewinnerModal p.small {
        font-size: 2.0vw;
        line-height: normal;
    }

    #dankewinnerModal #restartbtn{
        margin: 6vw auto 4vw auto;
        font-size: 3vw;
        line-height: 115%;
        height: 6vw;
        padding: 0.1vw 7% 0 7%;
        width: 70vw;
    }
}


@media (max-width: 480px) {


    #dankewinnerModal h1 {
        font-size: 6vw;
        line-height: normal;
    }
    #dankewinnerModal p {
        font-size: 3.75vw;
        line-height: normal;
    }
    #dankewinnerModal .small,
    #dankewinnerModal p.small {
        font-size: 3.0vw;
        line-height: normal;
    }

    #dankewinnerModal #restartbtn{
        margin: 9vw auto 6vw auto;
        font-size: 4.5vw;
        line-height: 115%;
        height: 9vw;
        padding: 0.1vw 2% 0 2%;
        width: 88vw;
    }
}