#adintop_video{
    position: fixed;
    display: none;
    bottom: 10px;
    left: 10px;
    z-index: 999999998;
}

.adintop_volume_control{
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 999999999;
    right: 15px;
    bottom: 15px;
    width: 32px;
    height: 32px;
    background: url('https://www.adintop.com/programmatic_video/site/muted.svg');
    background-size: 20px;
    background-repeat: no-repeat;
}

.adintop_volume_control.adintop_mute{
    background: url('https://www.adintop.com/programmatic_video/site/speaker.svg');
    background-size: 20px;
    background-repeat: no-repeat;
}

#adintop_close_video
{
    position: absolute;
    z-index: 9999999;
    background: #111;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    font-family: tahoma;
    font-size: 12px;
    line-height: 18px;
    left: 0px;
    top: -22px;
    cursor: pointer;
}


#adintop_close_video_drag
{
    position: absolute;
    z-index: 9999999;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    left: 0px;
    top: -22px;
    cursor: pointer;
    width: inherit !important;
    padding: 1px 4px !important;
    background: #ebebeb !important;
    background-image: url('move-arrows.png?v=2') !important;
    background-position: 8px center !important;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    color:#7a7a8a !important;
}