#tab-videos:checked ~ .tabs #tab-videos-panel{
    display:block;
}
/* Tab Vídeos ficar com o mesmo estilo ativo das outras */
#tab-videos:checked ~ .tabs #tab-videos-label{
  background-color:#fff;
  z-index:2;
}
#tab-videos:checked ~ .tabs #tab-videos-label::before{
  content:"";
  position:absolute;
  top:-1px;
  left:-1px;
  right:-1px;
  height:2px;
  background-color:#000;
}

/* Em desktop, manter o “corte” da borda inferior como as outras */
@media (min-width:992px){
  #tab-videos:checked ~ .tabs #tab-videos-label{
    border-bottom-color:#fff;
  }
}
