.livestream-banner-container{
    background-image: url(../images/bg-livestream.png);
    width: 100%;
}
.livestream-banner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    height: 100%;
    width: 100%;
}
.livestream-banner-content{
    width: 100%;
}
.livestream-banner-content .livestream-top{
    padding-bottom: 10px;
    color: white !important;
    padding-left: 10px;
    padding-right: 10px;
}
.livestream-banner-content .livestream-top p{
    font-size: 13px;
}
.livestream-banner-content .livestream-top p span{
    font-weight: 600;
}
.livestream-banner-content .livestream-video{
    margin-bottom: 10px;
}
.livestream-banner-content .livestream-video iframe{
    width: 100%;
    height: 202px;
}
.livestream-banner-content .livestream-banner-description {
    color: white;
    padding: 0 15px;
}
.livestream-banner-content .livestream-banner-description .livestream-breaking-news{
    padding: 3px 10px;
    margin-bottom: 10px;
    background-color: #E51B1B;
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 45% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 0%, 50% 0%, 45% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 50% 0%, 45% 100%, 0% 100%);
}
.livestream-banner-content .livestream-banner-description .livestream-breaking-news h3{
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
}
.livestream-banner-content .livestream-banner-description .livestream-title{
    font-size: 20px;
    margin-bottom: 20px;
}
.livestream-banner-content .livestream-banner-description .livestream-gateway{
    font-size: 11px;
    font-weight: 500;
    color: #FFF800;
    text-decoration: none;
}