.navbar-brand.logo-control img.logo-img {
    display: none;
    max-height: 100px;
}

.t4-fullscreen-video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t4-fullscreen-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.t4-video-overlay-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
