#gamemid {
    position: relative;
    margin: 0px auto;
    height: 20vw;
}

.randomizeMachine {
    width: 100%;
}

.spinPort {
    width: 8.7vw;
    top: 3.1vw;
    position: relative;
    border-radius: 5px;
    left: 2.7vw;
    height: 10.4vw;
    overflow: hidden;
}


.randomizeMachine,
.spinner,
.slotMachineContainer {
    width: 100%;
    height: 100%;
}

#gamebottom {
    display: block;
    position: relative;
    margin: 0px auto;
    padding-top: 40px;
    width: 75%;
    text-align: center;
    font-size: 20px;
}

#gamebottom>.imgContainer {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5%;
    padding: 0px 10%;
}

#gamebottom>.skipContainer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40%;
    padding: 0px 40%;
}

.gamecontainer {
    width: 70%;
    margin: 0px auto;
    background-color: #F0EFEF;
    padding-top: 90px;
}
#randomize {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    
}
.spinner .slot {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.machine {
    width: 14vw;
    display: inline-block;
    background: url("../images/window_header_1.png") center top no-repeat;
    background-size: contain;
    height: 17vw;
    margin: 15px;
}

.spinner:not(:last-child) {
    margin-right: 2vw;
}

.slotMachineContainer DIV {
    width: 100%;
    padding-top: 100%;
}

.randomizeMachine img {
    width: 100%;
    height: 100%;
}

#randomize .row>div.col-xs-4 {
    padding-left: 35px;
}

#randomize .row>div.col-xs-4>div {
    padding-top: 40px;
    padding-left: 40px;
    width: 175px;
    height: 175px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
}

.btn-group-randomize {
    margin: 0 auto;
    margin-top: 30px;
    width: auto;
}

.btn-group-randomize div {
    width: auto !important;
}

.machineResult {
    color: #fff;
    text-align: center;
    font-weight: 900;
}

.noBorder {
    border: none !important;
    background: transparent !important;
}

.btn_gamepage {
    font-size: 22px;
    padding: 10px 80px;
}
.skip {
    text-decoration: none !important;
    color: black !important;
    font-size: 20px;
}
.extra_spins_links .entry_btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #1414D2;
    color: white !important;
    padding: 15px 20px;
    font-size: 12px;
    border-radius: 15px;
    margin: 0;
    /* min-height: 72px; */
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-decoration: none !important;
}

.extra_spins_links .entry_btn.disabled,
.extra_spins_links .entry_btn[aria-disabled="true"] {
    background-color: #8c8c8c;
    color: #f2f2f2 !important;
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}

.extra_spins_links .row > [class*="col-"] {
    display: flex;
}

.partners-strip-image {
    background-color: #fff;
    border-radius: 18px;
}

.gamepage {
    padding-bottom: 100px !important;
}
@media(max-width:991px) {
.gamecontainer {
    width: 90%;
    margin: 0px auto;
    background-color: #F0EFEF;
    padding-top: 90px;
}

}
@media(max-width:768px) {
    .gamecontainer {
    width: 90%;
    margin: 0px auto;
    background-color: #F0EFEF;
    padding-top: 90px;
}
    /* .gamecontainer {
        padding: 0 !important;
        margin: 0 !important;
    }
        
    #gamemid {
        height: 46vw;
    }
    .machine {
        width: 23vw;
        height: 44vw;
    }
    .spinPort {
        width: 14.6vw;
        top: 6.3vw;
        left: 4.2vw;
        height: 19.4vw;
    } */
}

@media (min-width: 1845px) {
    .gamecontainer {
        width: 100%;
    }
}