.video-section .content-element__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px; }
  @media screen and (max-width: 720px) {
    .video-section .content-element__content {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 15px; } }

.normal-video video {
  width: 100%; }

.youtube-video iframe {
  width: 100%; }
