.widget-holder {
  border: 4px solid darkslategray;
  border-radius: 2px;
  margin: 5px;
  padding: 10px;
  width: 136px;
  height: 308px;
  position: relative;

  .ad-holder {
    width: 128px;
    height: 128px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

