.HoldElement{
    background-color: blue;
    height: 40px;
    min-height: 40px;
}
.HoldElement:first-child{
    min-width: 10px;
}
.vWindow{
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
}