#gam-ads-container .gam-ad {
  position: fixed;
  z-index: 9999;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
}

#gam-ads-container .gam-ad img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 8px;
}

.gam-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: red;
  color: white;
  border: none;
  font-size: 14px;
  cursor: pointer;
  padding: 3px 7px;
  border-radius: 4px;
}

.top-left    { top: 10px; left: 10px; }
.top-right   { top: 10px; right: 10px; }
.bottom-left { bottom: 10px; left: 10px; }
.bottom-right { bottom: 10px; right: 10px; }
.center      {
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
