#ad-container {
  position: relative;
  background: black;
  color: white;
  overflow: hidden;
}

#ad-slideshow img {
  width: 100%;
  display: none;
}

#ad-slideshow img.active {
  display: block;
}

#ad-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

#ad-weather, #ad-news {
  width: 48%;
}
