/* work frame styles */

h1.work
{
font-size: 18px;
text-align:center;
font-weight: normal;
margin:6px 12px 6px 12px;
}
.container
{
width:100%;
height:22.12vw;
}
.big_div
{
height:100%;
width:calc(calc(100% / 5) * 2);
}
.oth_div
{
height:calc(100% / 2);
width:calc(100% / 5);
}
.work_div
{
border-radius: 16px;
border:1px solid black;
width:calc(100% - 2px);
height:calc(100% - 2px);
background-color:transparent;
}
.work_img
{
width:100%;
/* height:100%; */
border-radius:16px;
}
.title_div
{
display:none;
align-items:flex-end;
width:100%;
top: -68px;
height: 60px;
position:relative;
}
.divTitle
{
width:100%;
}
h1.moveDIV
{
cursor:move;
margin:6px 3px;
font-size: 24px;
text-align:center;
font-weight: normal;
}
img.controls
{
margin:0;
border:0;
height:24px;
cursor:pointer;
}
#blanket
{
top:0px;
left:0px;
right:0px;
bottom:0px;
display:none;
z-index:9001;
position:fixed;
background:rgba(255,255,255,0.3);
}
#ground
{
top:96px;
width:960px;
height:416px;
display:none;
z-index:9002;
position:relative;
background-color:#404040;
border: 1px solid #FFFFFF;
left: calc(calc(100% - 962px) / 2);
}
#board
{
top:2px;
border:0;
margin:0;
width:960px;
height:374px;
display:none;
z-index:9003;
position:relative;
background-color:#000000;
}
