#fw-section-custom-html-59a1b7b2-e883-4c74-94b1-6e19f43f59b5 {

.embed-container {
  display: flex;         /* Use Flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center;   /* Center vertically */
  height: 80%;         /* Set a height for the container (e.g., full viewport height) */
  width: 100%;           /* Ensure container takes full width */
  overflow: hidden;      /* Hide potential overflow */
}
}