#spin_splash_image_div{
    width: 100%;
    text-align: center;
}
#spin_result_image_div{
    width: 100%;
    text-align: center;
    display: none;
}

.spin_splash_image{
    width: 100%;
}

.spin_result_image{
    width: 100%;
}

.spin_container_div{
    text-align: center;
    background: #ff000000; 
    width: 100%; 
    display: grid;
}

.wheelpointerimgdiv{
    width: 100%;
    text-align: center;
    background: #ff000000 !important; 
    height: 40px;
}
.wheelpointerimg{
    height: 40px;
    width: auto;
}