.spinsdiv{
    display: flex;
    flex-wrap: wrap;
}
.spindiv{
    flex-grow: 1;
    width: 33%;
    overflow: hidden;
}
.slot_spin_image{
    width: 100%;
}
.slot_splash_image{
    /*max-width: 100%;*/
    width: 100%;
}
.slot_result_image{
    /*max-width: 100%;*/
    width: 100%;
}
#slot_card_image_result{
    width: 100%;
}
#slot_splash_image_div{
    width: 100%;
    text-align: center;
}
#slot_result_image_div{
    width: 100%;
    text-align: center;
    display: none;
}