
/* h2 {
    margin-bottom: 0.5rem;
} */

i {
    color: rgba(255, 255, 255, 0);
}

.ytbCont {

    margin-top: 2rem;
    display: flex;
    
    justify-content: space-between;
}

@media only screen and (width < 500px) {
    .ytbCont {
        flex-wrap: wrap;
    }
     
    .liveVideo {
        width: 100%;
    }
}

.liveVideo {

    width: 20rem;
    height: 11.25rem;
    border-color: black;
    flex: 4;
}

.liveText {
    flex: 3;
}

.liveText h3 {

   font-weight: 200;
   font-size: clamp(0.5rem, 3.5vw, 1rem);
}

.link{

    font-weight: 200;
    font-size: clamp(0.5rem, 3.5vw, 1rem);
}

.liveText p {

    font-weight: 300;
    
    font-size: clamp(0.2rem, 2.5vw, 0.6rem);
    margin-right: 0.6rem;
    margin-left: 0.7rem;
    margin-bottom: 0.2rem;
}