.ad-close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #505050;
  outline: none;
  border: none;
  border-radius: 10px;
  text-align: center;
  padding: 0.4rem 0.6rem;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
}

.ad-click-through {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  background-color: #505050;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 0.6rem;
  cursor: pointer;
}

.ad-player {
  object-fit: contain;
}
