/* BarberPlus: soporte para portada con URL de YouTube */
.pc-hero{
  position:relative;
  min-height:300px;
  overflow:visible !important;
}
.pc-cover-youtube{
  width:100% !important;
  height:100% !important;
  min-height:300px;
  display:block;
  border:0;
  background:#000;
}
.pc-hero .pc-cover-youtube{
  position:absolute;
  inset:0;
}
.pc-hero-overlay,
.pc-avatar,
.pc-logo{
  pointer-events:none;
}
@media(max-width:560px){
  .pc-hero{min-height:240px;}
  .pc-cover-youtube{min-height:240px;}
}
