@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: 5px 0;
    padding: 14px;
    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
}
/*LAYOUT VERTICAL*/
.ytv-topo {
    position: relative
}
.ytv-topo .ytv {
    padding: 0 !important
}
.ytv-topo img {
    width: 100% !important;
}
.ytv-topo .ytv-caption {
    text-align: center;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.5);
    color: #fff !important;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
     flex-direction: column;
}
.ytv-topo .ytv-caption i {
    font-size: 2.5em;
    color: #FF0000;    
}

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

.ytv img {
    display: block;
}
.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
}
.ytv .ytv-caption {
    line-height: 120%;
}
.ytv img {
    float: left;
    width: 28%;
}
.ytv .ytv-caption {
    position: relative;
    float: right; 
    width: 70%;
    box-sizing: border-box;
    font-size: 1.1em
    
}
.ytv-0 img {
    float: left;
    width: 100%;
    clear: both
}
.ytv-0 .ytv-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;    
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.2em
        
}
.ytv-0 .ytv-caption h4 {
    color: #fff;
}

/*YOUTUBE CHANNEL SHORTCODE - FIM*/