/* This wrapper will match the creative width */
.boostrava-frame{
  position: relative;
  display: inline-block;
  max-width: 100%;
}

/* Put the icon on the wrapper (not on .boostrava-ad) */
.boostrava-frame .boostrava-branding{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  border: 0;
  padding: 0;
  border-radius: 0px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.9);
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.boostrava-frame .boostrava-branding img{
  width: 16px;
  height: 16px;
  display: block;
}
