#AdMove {
    padding-right: 19px;
    position: absolute;
    z-index: -1;
}
#AdMove .close {
    width: 19px;
    height: 19px;
    position: absolute;
    background: #c08d6e url('../img/close.png') no-repeat center;
    background-size: 15px;
    right: 0;
    top: 0;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
  #AdMove{
    display: none !important;
  }
}