.card {

    margin: 1em auto;
    width: 28rem;

  }

  .container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .post {
    flex: 1 1 100%; /* Make each LinkedIn post take the full width */
    margin-bottom: 20px;
  }
  
  .video {
    flex: 1 1 100%; /* Ensure the video also takes the full width */
  }
  
  