.row > .youtube-video-gallery.component[class*='col'] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.youtube-video-gallery > .component-content .youtube-video-gallery-content .video-code {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991.9px) {
  .youtube-video-gallery > .component-content .youtube-video-gallery-content .video-code {
    margin-bottom: 1rem;
  }
}

.youtube-video-gallery > .component-content .youtube-video-gallery-content .video-description {
  margin-top: 1.25rem;
  line-height: 1.5rem;
}

.youtube-video-gallery > .component-content .youtube-video-gallery-content .top-video {
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .youtube-video-gallery > .component-content .youtube-video-gallery-content .top-video .video-description {
    width: 70%;
  }
}

.youtube-video-gallery > .component-content .youtube-video-gallery-content .gallery-video {
  margin-bottom: 4rem;
}
