.video-box {
  height: 320px;
}

.video-title {
  min-height: 48px;
}

body {
  background-image: url("images/your-image.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-center-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/img/picture2.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(30px);
  z-index: 0;
}

.bg-center-img > * {
  position: relative;
  z-index: 1;
}

.bg-center-img {
  position: relative;
  min-height: 100vh;
}

.hover-link {
  text-decoration: none;
  color: inherit;
}

.hover-link:hover {
  text-decoration: underline;
  color: #0080fd;
}

