.slots_machine.row {
	background-size: cover;
	height: 400px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.slots_machine {
	padding: 50px 12px 0 12px;
}

#machine_01 { background-image: url('/assets/web/img/slots/machine1/machine.png'); }
#machine_02 { background-image: url('/assets/web/img/slots/machine2/machine.png'); }
#machine_03 { background-image: url('/assets/web/img/slots/machine3/machine.png'); }
#machine_04 { background-image: url('/assets/web/img/slots/machine4/machine.png'); }
#machine_05 { background-image: url('/assets/web/img/slots/machine5/machine.png'); }
#machine_06 { background-image: url('/assets/web/img/slots/machine6/machine.png'); }
#machine_07 { background-image: url('/assets/web/img/slots/machine7/machine.png'); }
#machine_08 { background-image: url('/assets/web/img/slots/machine2/machine.png'); }
#machine_09 { background-image: url('/assets/web/img/slots/machine1/machine.png'); }
#machine_10 { background-image: url('/assets/web/img/slots/machine3/machine.png'); }
#machine_11 { background-image: url('/assets/web/img/slots/machine4/machine.png'); }
#machine_12 { background-image: url('/assets/web/img/slots/machine6/machine.png'); }
#machine_13 { background-image: url('/assets/web/img/slots/machine7/machine.png'); }
#machine_14 { background-image: url('/assets/web/img/slots/machine1/machine.png'); }
#machine_15 { background-image: url('/assets/web/img/slots/machine2/machine.png'); }
#machine_16 { background-image: url('/assets/web/img/slots/machine3/machine.png'); } 
#machine_17 { background-image: url('/assets/web/img/slots/machine2/machine.png'); } 
#machine_18 { background-image: url('/assets/web/img/slots/machine7/machine.png'); }
#machine_19 { background-image: url('/assets/web/img/slots/machine6/machine.png'); } 
#machine_20 { background-image: url('/assets/web/img/slots/machine1/machine.png'); } 

#machine_21 { background-image: url('/assets/web/img/slots/machine2/machine.png'); } 
#machine_22 { background-image: url('/assets/web/img/slots/machine2/machine.png'); } 
#machine_23 { background-image: url('/assets/web/img/slots/machine3/machine.png'); } 

.slotMachine{
	height: 150px;
	display: inline-block;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}

.bottom_slots {
	position: relative;
	bottom: 0;
	background-image: url('/assets/web/img/slots/machine5/machine-bottom-slots.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	min-height: 100px;
	padding-top: 10px;
}

.slotMachine .slot {
	overflow: hidden;
	border-radius: 7px;
	height: 150px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	background-color: #ccc;
}

.slotMachineNoTransition {
    transition: none !important;
}

.slotMachineBlurFast {
    filter: blur(5px);
}

.slotMachineBlurMedium {
    filter: blur(3px);
}

.slotMachineBlurSlow {
    filter: blur(2px);
}

.slotMachineBlurTurtle {
    filter: blur(1px);
}

.slotMachineGradient {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,1)), color-stop(75%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)) );
    mask: url("data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:// www.w3.org/2000/svg" width="0" height="0"><mask id="slotMachineFadeMask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"><linearGradient id="slotMachineFadeGradient" gradientUnits="objectBoundingBox" x="0" y="0"><stop stop-color="white" stop-opacity="0" offset="0"></stop><stop stop-color="white" stop-opacity="1" offset="0.25"></stop><stop stop-color="white" stop-opacity="1" offset="0.75"></stop><stop stop-color="white" stop-opacity="0" offset="1"></stop></linearGradient><rect x="0" y="-1" width="1" height="1" transform="rotate(90)" fill="url(#slotMachineFadeMask)"></rect></mask></svg>#slotMachineFadeMask");
} 


.bet-mod-btn {
	min-width: 36px;
}

#you-won {
	position: relative;
	min-height: 60px;
	font-size: 2rem;
	font-style: italic;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	animation: flicker;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.slots-input {
	border: 0 !important;
	background-color: transparent !important;
	text-align: center;
	color: #fff;
	
}

/* XS */
@media only screen and (max-width: 575px) {

	.slotMachine {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}

	.slots_machine.row {
		height: 300px;
		width: 300px;
	}
}

/* SM */
@media only screen and (min-width: 576px) {
	.slots-input {
		padding-top: 30px;
	}
}

/* MD */
@media only screen and (min-width: 768px) { 
	.slots_machine.row {
		height: 400px;
		width: 400px;
	}

	.bottom_slots {
		padding-top: 12px;
	}
}

/* LG */
@media only screen and (min-width: 992px) { 

}

