.showcase-video {
  height: 80vh;
  object-fit: cover;
  filter: brightness(65%);
}

.video-overlay {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.video-overlay h2,
.video-overlay p {
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}

/* *********** video border * */

.video-top-border {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.video-top-border img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0;
  padding: 0;
  user-select: none;
}
