/*Split Div Container*/
.duocont{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}

.duocont-l, .duocont-r {
  flex: 1;
  width: 50%;
  height: auto;
  box-sizing: border-box;
  padding: 20px;
}

iframe {
  max-width: 100%;
  height: auto;
}

.videocont {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: black;
}

.videocont iframe {
  position:absolute;
  top: 0;
  left:  0;
  width: 100%;
  height: 100%;
}

.bc_cont {
  width: 350px;
  height: 470px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: right;
  align-items: right;
}

.bc_cont iframe {
  border: none;
  width: 100%;
  height: 100%;
}
