.livestream-banner-container {
  background-image: url(../images/bg-livestream.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.livestream-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  padding: 20px;
  width: 100%;
  /* height: 100%; */
}
.livestream-banner-video iframe {
  width: 100%;
  height: 250px;
}
.livestream-banner-description {
  color: white;
}
.livestream-banner-description .livestream-top {
  padding-bottom: 25px;
}
.livestream-banner-description .livestream-top span {
  font-weight: 600;
}
.livestream-banner-description .livestream-breaking-news {
  padding: 3px 10px;
  margin-bottom: 10px;
  background-color: #e51b1b;
  -webkit-clip-path: polygon(0% 0%, 88% 0%, 78% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 88% 0%, 78% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 88% 0%, 78% 100%, 0% 100%);
}
.livestream-banner-description .livestream-breaking-news h3 {
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
}
.livestream-banner-description .livestream-title {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.livestream-banner-description .livestream-gateway {
  font-size: 11px;
  font-weight: 500;
  color: #fff800;
  text-decoration: none;
}
.z-index-1 {
  z-index: 1;
}
.my-ads-custom {
  margin: 20px 0;
}
