.mbcomingsoon {
position:relative;

       width:600px;
    box-sizing: border-box;
    padding: 0 20px;
    margin:20px 0;
    display: none;
   background-image: url('hintbg.png');
    background-repeat: no-repeat;
left:200px;top:50px;
height:261px;

}
.mbcommingsoonheadline{
    width:100%!important;
    display:inline;
    text-align: center;
}
.mbcomingsoon_content{

    width:100%;

}
.mbcomingsoon_content p{
    font-size:1.05rem;
    font-weight: bold;
    position:relative;
    top:0px;
    left:85px;
    line-height:1.5rem;

}
.mbcommingsoonheadline h2{
   height:0;
}
.mbcommiogsoon_clsbtn{

    position:absolute;
  left:135px;
    top: 25px;
    width:10px;
    height:14px;
    border-radius: 50%;
    cursor:pointer;
    border:1px dotted;
    font-size:16px;
    color:darkred;
    padding:8px 10px;
    font-weight: bold;


}
.mbvisible{
    display:block;
}