﻿#AdMove {
    padding-right: 19px;
    position: absolute;
    z-index: -1;
}
#AdMove .close {
    width: 19px;
    height: 19px;
    position: absolute;
    background:#004098 url('close1.png') no-repeat center;
    background-size: 15px;
    right: 0;
    top: 0;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
  #AdMove{
    display: none !important;
  }
}