   @media (max-width: 992px) {
      .image-grid iframe {
        height: 360px;
      }
    }

    @media (max-width: 768px) {
      .image-grid iframe {
        height: 300px;
      }
    }

    @media (max-width: 576px) {
      .image-grid iframe {
        height: 240px;
      }
    }

    @media (max-width: 400px) {
      .image-grid iframe {
        height: 200px;
      }
    }
    @media (max-width: 576px) {
      .section h1, .section h2 {
        font-size: 1.3rem;
      }

      .picture img {
        max-width: 100%;
      }

      .link {
        font-size: 0.95rem;
        padding: 10px;
      }

      .image-grid iframe {
        height: 250px;
      }
    }

    @media (max-width: 400px) {
      nav a {
        font-size: 0.9rem;
        padding: 8px 10px;
      }

      header h1 {
        font-size: 1.7rem;
      }

      .image-grid iframe {
        height: 200px;
      }
    }
      @media (max-width: 410px) {
      .image-grid {
        flex-direction: column;
        align-items: center;
        
      }

      .image-grid iframe {
        height: 200px;
        justify-content: space-between;
        display: flex;
      }
    }