img 
{  
    max-width: 100%;
}
.liveSection
{	
    padding: 40px 65px;
}
.liveSection h2
{	    color: #470708;    padding: 10px 0px;
}
.liveSection p
{    
    text-align: justify;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: bold;
    padding-bottom: 15px;
}

@media screen and (max-width:768px){
	.liveStremMobile iframe{
		width:100% !important;
		height:300px !important;
	}
}

