  .container-text {
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .search-results-container {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  @media (max-width: 767px) {
    /* Reduce the size of the video for smaller screens */
    .responsive-container {
      padding-bottom: 75%;
    }
  }