#labelhelp,#sethelp{color:rgba(21,26,26,.5)}.bottom_field{position:absolute;text-align:center;bottom:5px;width:inherit;padding:0}#label{padding:5px 15px;color:rgba(21,26,26,.6);top:45%}#labelhelp{font-size:12pt;padding:5px 15px;bottom:50px}#set{text-align:center;font-size:26pt;border:none;color:rgba(0,0,0,.8);background-color:rgba(255,255,255,0);top:60%}#sethelp{font-size:12pt;background:0 0;top:25%}.dice_place{position:absolute;border:1px solid #000}
div.canvas_bg{
visibility: visible;
animation-delay: 0.3s;
animation-name: fadeInDown;
background: rgb(85, 85, 85);
padding: 12px;
height: 460px !important;
width: 100% !important;
margin:0 auto;
margin-top:30px;
box-shadow: 1px 7px 15px 6px;
border-radius: 40px;}

@media screen and (max-width:768px){
	
#canvas > canvas {
    height: 250px !important;
}
#board .canvas_bg {
    height: 271px !important;
}

}