#dsspHS {
  background: #e7edf0;
}
#dsspHS,
#dsspHS img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  margin: 0px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #dsspHS {
    background: #cfd0db !important;
  }
}
#closeHB {
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 44px;
  height: 44px;
  opacity: 0.8;
  z-index: 99999999;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
#closeHB:hover {
  opacity: 1;
}
#closeHB:before,
#closeHB:after {
  position: absolute;
  left: 20px;
  content: " ";
  height: 28px;
  width: 1px;
  background-color: #000;
  bottom: 8px;
}
#closeHB:before {
  transform: rotate(45deg);
}
#closeHB:after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  #closeHB {
    width: 25px;
    height: 25px;
    bottom: 60px;
    right: 19px;
  }
  #closeHB:before,
  #closeHB:after {
    left: 12px;
    height: 15px;
    bottom: 4px;
  }
}

#dsspHS iframe {
  display: inline-block;
}
