body {
    font-family:verdana,arial;
    padding:0;
    margin: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    background-size: 100%;    
    background-color: black;    
    overflow: hidden;
}
.bd {
    margin: 0 auto;
    padding: 0px;
    width:1920px;  /* max 1920 */
    height: 1080px; /* max 1080 */
    background-color: rgb(105, 192, 201);
    border-radius: 64px;
}
/* 1920 x 1080 */
.container {
    margin:0 auto;
    padding: 0;        
    text-align: center;
    border-radius: 64px;
    overflow: hidden;
}
.slot-wrapper {
    position: relative;
    display: block;
    float: left;
    width: 1760px !important; /* max 1920 */
    height: 920px !important; /* max 1080 */
    background-color: black;
    border-radius: 32px;
    overflow: hidden;
}
.sombras{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-image:  url("../img/upto.png");
    background-position:0 40px;    
    background-repeat: repeat-x;
    background-size: 100% 840px;
}
.slot {
    background-image:url("../img/frutas02.png"); /*Taken from http://www.swish-designs.co.uk*/
    width:533px;
    height:840px;
    margin: 40px 0;
    margin-left: 40px;
    display: block;
    /*border:1px solid #000;*/
    background-position:0 165px;
    background-color: white;
    background-repeat: repeat-y;
    float: left;
    
}
.motion {
    background-image:url("../img/frutas02_blur.png"); /*Taken from http://www.swish-designs.co.uk*/

}
button {
    display:block;
    width:138px;
    height:33px;
    margin:20px 60px;
    font-size:16px;
    cursor:pointer;
}
#result {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
#result img{
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: auto;
}
#result img.felicidades{
    z-index: 9;
    top:80%;
    left: 30%;
    width: 760px;
}
#result img.ganaste{
    z-index: 9;
    top:12%;
    left: 34%;
    width: 800px;
}
#perdio{
    display: none;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#perdio img{
    position: absolute;
    left: 0%;
    top: 0%;
}
.credits {
    font-size:15px;
    margin-top:20px;
}
.credits .browsers {
    font-style:italic;
    font-size:14px;
    color:#777;
    margin-top:4px;
}
.clear {
    clear:both;
}
.led, .led1, .led2, .led3, .led4{
    float: left;
    width: 80px;
    height: 80px;
}
.led1, .led2, .led3, .led4{
    background-image: url("../img/foco9a.png");
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center center;
}
.led4{
    background-image: url("../img/foco9b.png");
}

.led-top{ 
    width: 100%;
    padding-left: 40px;
}
.led-left{     
    height: 920px;
}
.led-right{
    height: 920px;
}
.led-bottom{
    width: 100%;
    padding-left: 80px;
}
.video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
    z-index: 999;
}