#youtubeId, #youtubeId2, #youtubeId3 {
  display: block;
  width: 426px;
}

#info, #info2, #info3 {
  width: 426px;
  font-weight: bold;
  padding: 20px 0;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}