﻿.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 oran */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 6px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* Dış kapsayıcı: sayfa genişliği kadar esner ve içeriği ortalar */
.TableFlex {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* İç kapsayıcı: maksimum 800px olur ve responsive şekilde daralabilir */
.CellFlex800 {
  max-width: 800px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}