.pdf-container {
    position: relative;
    width: 100%;
    padding-bottom: 141.42%; /* 1600/1131 (yaklaşık 16:9 yerine PDF oranına göre) */
    height: 0;
    overflow: hidden;
  }

  .pdf-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  @media (max-width: 600px) {
  .pdf-container {
    padding-bottom: 200%; /* gerekirse mobil için daha dikey oran */
  }
}