.dveromat-call-button{
    position:fixed;
    left:-8px;
    top:50%;
    width:96px;
    height:230px;
    margin-top:-115px;
    background:url(../images/call-button-big.png) left top no-repeat;
    text-decoration:none;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    z-index:1000000;
}
.dveromat-call-button:hover{
    left:0px;
}
#dvmt-lnk{
  display: none;
}
.dveromat-window{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    display:none;
    z-index:10000;
}
.dveromat-window iframe{
    width:100%;
    height:100%;
    border:none;
    overflow:visible;
}
@media only screen and (max-height:900px)  {
    .dveromat-call-button{
        width:71px;
        height:170px;
        margin-top:-85px;
        background:url(../images/call-button.png?153664957613) left top no-repeat;
    }
}
