@media only screen and (min-width: 992px) {
    #ytv-lateral {
        display: flex;
        width: 100%
    }
    .ytv-lateral-esq {
        width: 50%;
        display: flex;
        align-content: stretch;
    }
    .ytv-lateral-dir {
        width: 50%;
        display: flex;
        align-content: stretch;    
    }
    .ytv-lateral-dir .ytv {
        height: 33.333%
    }
  
}
.ytv {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
}

.ytv-lateral-esq img {
    float: left;
    width: 100%;
    clear: both
}
.ytv-lateral-esq a {
    width: 100%;
}
.ytv-lateral-esq .ytv-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.2em;
}
.ytv-lateral-dir {
    display: flex;
     flex-direction: column
}
.ytv-lateral-dir img {
    float: left;
    width: 28%;
}
.ytv-lateral-dir .ytv-caption {
    position: relative !important;
    float: right; 
    width: 70%;
    box-sizing: border-box;
    font-size: 1.2em;
    height: 100%;
    line-height: 120%;
    align-items: center;
    display: flex;
}
.ytv-lateral-dir .ytv-caption {
    line-height: 120%;
}

#ytv-error {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center 
}



/*YOUTUBE CHANNEL SHORTCODE*/
#ytv {
    padding: 0 !important;
    margin: 0 !important;
     position: relative;
    box-sizing: border-box;
    display: flex
        
}
#ytv a  {
    display: block;
    position: relative;
    box-sizing: border-box 
}


.ytv h4 {
    margin: 0 !important;
}

#ytv h3 {
    width: 100%;
    border-bottom: 1px #ccc solid;
    padding: 10px 20px;
    font-size: 1.3em;
    margin-bottom: 0;
}
#ytv a svg {
    float: right;
    color: #FF0000
}



/*YOUTUBE CHANNEL SHORTCODE - FIM*/