.tdc_desktop_wrapper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 320px;
  height: 100px;
  z-index: 999999;
}

.tdc_desktop_image_container {
  width: 100%;
  height: 100%;
  background-image: url("images/bg.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.closeBtn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}