.gsu-videobg {
  position: relative;
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffeb99; /* դեղնավուն տեքստ */
  font-family: Arial, sans-serif;
}

.gsu-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.gsu-videobg-overlay {
  position: relative;
  z-index: 1;
}

.gsu-videobg-overlay h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.gsu-videobg-overlay p {
  font-size: 18px;
  margin: 0;
}
