.fc_wrapper.fc__wrapper--textWrap.fc_video-right .fc_video {
  float: right;
  margin: 0 0 20px 35px;
}
.fc_wrapper.fc__wrapper--textWrap.fc_video-left .fc_video {
  float: left;
  margin: 0 35px 20px 0;
}
.fc_video,
.emb_video_left,
.emb_video_right {
  flex: 1 1 40%;
  margin: 0 35px 0 0;
}
.fc_video {
  min-width: 482px;
  max-width: 482px;
}
.emb_video_right,
.emb_video_left {
  margin-top: 15px;
}
.fc_video-right .fc_video,
.emb_video_right {
  margin: 0 0 0 35px;
}
.fc_title-section .emb_video_right,
.fc_title-section .emb_video_left {
  margin-top: 20px;
}
