.commercial-widget {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  width: fit-content;
}
.commercial-widget .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.commercial-widget .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 2;
}
@media only screen and (max-width: 950px) {
  .commercial-widget .commercial-widget {
    bottom: 10px;
    left: 10px;
  }
}

/*# sourceMappingURL=tv-commercial-widget.css.map */
