.video-title {
  position: absolute;
  top: 20%;
  left: 20px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  z-index: 1000; /* Ensure the title appears above other elements */
  margin: 15% 0 auto;
		font-size: calc(5vmin + 3vmax);
		text-align: center;
		font-weight: 700;
		line-height: 1;
		word-spacing: .5rem;
}

.bg-scale{
	transform: scale(1.5);
	left:10%;
}

@media screen and (min-width: 700px) {
	article {
		display: flex;
		flex-wrap: wrap;
	}
	article figure {
		background: #eee;
		width: calc( 50% + 1px);
		height: 100vh;
		margin: 0 auto 10vh 0;
		position: sticky;
		top: 0;
		overflow: hidden;
		box-shadow: 4px -4px 8px rgba(0,0,0,.4);
			}
	article figure::after {
		content: '';
		position: absolute;
		top: 5vmin;
		right: 5vmin;
		bottom: 5vmin;
		left: 45%;
		border: 2px dashed #fff;
		outline: 1px solid #fff;
		outline-offset: -5vmin;
		backdrop-filter: grayscale(1);
		pointer-events: none;
			}
	article figure:nth-of-type(2n)::after {
		right: 45%;
		left: 5vmin;
	}
	article section {
		/*background-image:url('../images/intro-bg.jpg');
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center bottom;*/
		background-image:url("../images/bg.jpg");
		width: calc(50% + 1px);
		height: 100vh;
		margin: 0 0 10vh auto;
		position: sticky;
		top: 0;
		overflow: hidden;
		padding: 5vmin;
		box-shadow: -4px -4px 8px rgba(0,0,0,.4);
			}
	article figure:nth-of-type(1),
	article section:nth-of-type(1) {
		margin: 0 0 10vh 0;
		width: 50%;
			}
	article figure:nth-of-type(2n) {
		margin: 0 0 10vh auto;
		box-shadow: -4px -4px 8px rgba(0,0,0,.4);
			}
	article section:nth-of-type(2n) {
		margin: 0 auto 10vh 0;
		box-shadow: 4px -4px 8px rgba(0,0,0,.4);
		}
	article figure:last-of-type,
	article section:last-of-type {
		margin-bottom: 0;
	}
	
	article section::before {
		background: inherit;
		z-index: 1;
		content: '';
		position: absolute;
		top: 50%;
		left:0;
		width: 7vmin;
		height: 7vmin;
		transform: translate(calc(-50% + 1px), -50%) rotate(-45deg);
		clip-path: polygon(-15% -15%, 110% 0%, 0% 110%);
		box-shadow: -4px -2px 8px rgba(0,0,0,.4);
		border-radius: 1.5vmin 0 0 0;
	}
	article section:nth-of-type(2n)::before {
		left:auto;
		right: 0;
		transform: translate(calc(50% - 1px), -50%) rotate(-45deg) scale(-1);
	}
	article section::after {
		content: '';
		position: absolute;
		top: 5vmin;
		right: 45%;
		bottom: 5vmin;
		left: 5vmin;
		border: 2px dashed #fff;
		outline: 1px solid #fff;
		outline-offset: -5vmin;
		/*backdrop-filter: invert(1);*/
		pointer-events: none;
	}
	article section:nth-of-type(2n):after {
		right: 5vmin;
		left: 45%;
	}
	article figure img {
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: center;
	}
	article section > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding: 1rem;
	}
	article h1,
	article h2 {
		margin: 15% 0 auto;
		font-size: calc(5vmin + 3vmax);
		text-align: center;
		font-weight: 700;
		line-height: 1;
		word-spacing: .5rem;
	}
	article p {
		text-align: right;
		width: 100%;
		font-family: "Cormorant", serif;
		font-weight: 400;
		font-style: italic;
		font-size: calc(1.5vmin + 1.75vmax);
		margin-bottom: 5%;
		margin-left:45%;
	}
	article a {
		color: transparent;
		-webkit-text-stroke: 1px #212121;
		text-decoration: none;
		font-weight: 400;
		letter-spacing: 0;
	}
	article a:hover, article a:focus {	
		-webkit-text-stroke: 1px #999;
	}
	 article .section1:after {
		background-image: url("../images/aquab2.png");
		background-size: cover; /* Ensures the background image fits within the space */
  background-repeat: no-repeat; 
  background-position: center bottom 20px;
  z-index:-1;
  backdrop-filter: invert(0);
  /* Additional background properties can be added here */
}
article .section5:after {
		background-image: url("../images/ultrab2.png");
		background-size: cover; /* Ensures the background image fits within the space */
  background-repeat: no-repeat; 
  background-position: center bottom 20px;
  z-index:-1;
  backdrop-filter: invert(0);
  /* Additional background properties can be added here */
}
article .section2:after {
		background-image: url("../images/vibrox2.png");
		background-size: cover; /* Ensures the background image fits within the space */
  background-repeat: no-repeat; 
  background-position: center bottom 20px;
  z-index:-1;
  backdrop-filter: invert(0);
  /* Additional background properties can be added here */
}
article .section3:after {
		background-image: url("../images/microt2.png");
		background-size: cover; /* Ensures the background image fits within the space */
  background-repeat: no-repeat; 
  background-position: center bottom 20px;
  z-index:-1;
  backdrop-filter: invert(0);
  /* Additional background properties can be added here */
}
article .section4:after {
		background-image: url("../images/collagen2.png");
		background-size: cover; /* Ensures the background image fits within the space */
  background-repeat: no-repeat; 
  background-position: center bottom 20px;
  z-index:-1;
  backdrop-filter: invert(0);
  /* Additional background properties can be added here */
}
}