header {
  flex-wrap: wrap;
}
header .izquierdaHeader .volerAlCorredor {
  font-size: 14px;

}
header .izquierdaHeader {
  background-color: #267DB3;
  width: 100%;
}
header .conferencista {
  width: 100%;
  justify-content: flex-end;
}
.wrappConferencias {
  grid-template-columns: 1fr;
}
.wrappConferencias .contenidoVideo .cabeceraConferencia {
  display: block;
}
.wrappConferencias .contenidoVideo .video iframe {
      width: 100%;
      max-height: calc(50vw);
      height: 300px;
}
