body{
    background-color: #1b1d21;
    color: #fff;
}

.navbar-brand{
    color: red!important;
    font-size: 20px;
    font-weight: 800;
}

.main{
    margin-top: 57px;
}

.player {
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    width: 100%!important;
    height: 200px!important;
    padding: 0px;
}

iframe {
    width: 100%!important;
    height: 200px!important;
}
.desc{
    height: 200px;
    padding: 1
    0px;
}

.desc p{
    min-height: 50px;
    line-height: 30px;
}
@media (min-width: 576px){
    .player {
        border-radius: 10px;
        overflow: hidden;
        z-index: 1;
        width: 100%!important;
        height: 300px!important;
        padding: 20px;
    }
    
    iframe {
        width: 100%!important;
        height: 300px!important;
    }
    .desc{
        height: 300px;
        padding: 20px;
    }

}

@media (min-width: 768px){
    .player {
        border-radius: 10px;
        overflow: hidden;
        z-index: 1;
        width: 100%!important;
        height: 400px!important;
        padding: 20px;
    }
    
    iframe {
        width: 100%!important;
        height: 400px!important;
    }
    .desc{
        height: 400px;
        padding: 20px;
    }
}

@media (min-width: 992px){
    .player {
        border-radius: 10px;
        overflow: hidden;
        z-index: 1;
        width: 100%!important;
        height: 500px!important;
        padding: 20px;
        padding: 20px;
    }
    
    iframe {
        width: 100%!important;
        height: 500px!important;
    }
    .desc{
        height: 500px;
        padding: 20px;
    }
}

.redlive{
    z-index: 5;
	width: 52px;
	height: 26px;
	background-color: #e93822;
	color: #fff;
	text-align: center;
	line-height: 26px;
    font-weight: 500;
}

.desc h2{
    margin-top: 20px;
}
.desc hr{
    border-top: 1px solid hsla(0,0%,100%,.1);
}

ul#lives{

	list-style-type: none;
	margin-top: 40px;
	padding: 0;
	overflow: hidden;
	justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


#lives li {
	position: relative;
	display: inline;
	float: left;	
    margin-left: 15px;   
}

#lives li img{
	border-radius: 10px;

}

.redlive{
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
	width: 52px;
	height: 26px;
	background-color: #e93822;
	color: #fff;
	text-align: center;
	line-height: 26px;
}

.yellowlive{
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
	width: 52px;
	height: 26px;
	background-color: #ffc81d;
	color: #fff;
	text-align: center;
	line-height: 26px;
}
#lives .time{
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
	text-align: center;
	color: #fff;
	text-align: center;
	line-height: 26px;
	display: flex;
	justify-content: center;
	height: 100%;
    width: 100%;
	align-items: center;
	background: rgba(143, 143, 143, 0.8);
    border-radius: 10px;
}



#lives .owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	left: 0px!important;
	display: block !important;
	border-radius: 50%!important;
	background-color: #fff!important;
	filter: drop-shadow(0 0 0.45rem #dae1e6);
    z-index: 999;
}

#lives .owl-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	right: 0px;
	display: block !important;
	border-radius: 50%!important;
	background-color: #fff!important;
	filter: drop-shadow(0 0 0.45rem #dae1e6);
    z-index: 999;
}

#lives .owl-nav{
    margin-top: 0px!important;
}

#lives .owl-prev i,
#lives .owl-next i {
	color: #202020;
}