.beam-con {
  display: flex;
  flex-flow: row wrap;
}

.beam-con iframe {
  border: none;
  min-height: 400px;
  flex: 1 1 auto;
}

.beam-con iframe:first-of-type {
  flex-basis: 60%;
}