#slotmachineTeasertext {
    font-size: 10px;
    top: 40% !important;
}

#slotmachineTeasertext p {
    font-size: 11px;
}

.slotMachineBlurFast {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.slotMachineBlurMedium {
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.slotMachineBlurSlow {
    -webkit-filter: blur(.5px);
    filter: blur(.5px);
}

.slotMachineBlurTurtle {
    -webkit-filter: blur(.5px);
    filter: blur(.5px);
}

#slotmachineContainer {
    width: 220px;
    left: calc((100% - 220px) / 2);
    bottom: 5px;
}

#slotmachineContainer .slotmachine {
    height: 40px;
}

#slotmachineContainer .slot {
    width: 50px;
}

#slotmachineContainer .slot:nth-child(even) {
    width: 7px;
}

#slotmachineContainer .slot:nth-child(5) {
    width: 100px;
}

#slotmachineContainer .slot.day {
    margin-left: 3px;
}

#slotmachineContainer .slotentry {
    height: 40px;
    font-size: 33px;
}

#slotmachineContainer .slotentry > div {
    width: 25px;
}

#slotmachineContainer .slotentry > div .overlay {
    top: 50%;
    left: 2px;
    width: calc(100% - 4px);
    height: 1px;
}

#slotmachineContainer button {
    width: 170px;
    max-width: 100%;
    font-size: 14px;
    height: 21px;
}