div.section.sectionZ.slotmachine {
    width: 960px;
}

#slotmachineTeasertext {
    font-size: 25px;
}

.slotMachineBlurFast {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.slotMachineBlurMedium {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.slotMachineBlurSlow {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.slotMachineBlurTurtle {
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

#slotmachineContainer {
    width: 440px;
    left: calc((100% - 440px) / 2);
    bottom: 20px;
}

#slotmachineContainer .slotmachine {
    width: 100%;
    height: 80px;
}

#slotmachineContainer .slot {
    width: 100px;
    height: 100%;
}

#slotmachineContainer .slot:nth-child(even) {
    width: 15px;
}

#slotmachineContainer .slot:nth-child(5) {
    width: 200px;
}

#slotmachineContainer .slot.day {
    margin-left: 5px;
}

#slotmachineContainer .slotentry {
    height: 80px;
    font-size: 67px;
}

#slotmachineContainer .slotentry > div {
    width: 50px;
}

#slotmachineContainer .slotentry > div .overlay {
    top: calc(50% - 1px);
    left: 4px;
    width: calc(100% - 8px);
    height: 2px;
}

#slotmachineContainer button {
    width: 55%;
    height: 40px;
    font-size: 18px;
}

#content .sectionC.slotmachine .con {
    padding-top: 17px;
    padding-bottom: 11px;
}