/* video */
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-hero {
		height: auto;
	}
}
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-hero video {
		position: relative;
		width: 100%;
		align-self: flex-start;
	}
}
@media screen and (min-width:960px) and (max-width:1199px) {
    section#vr-hero .vr-hero-video-content-copy {
		font-size: 220%;
	}
}

/* product-intro产品介绍 */

/* product-intro产品介绍--左边区域 */
@media screen and (min-width:960px) and (max-width:1199px) {
    section#product-intro .product-intro-container .product-intro-content {
    	display: flex;
		justify-content: center;
		align-items: center;
    }  
  } 
  
@media screen and (min-width:960px) and (max-width:1199px) {
    section#product-intro .product-intro-container .product-intro-content .vr-font-gray {
    	font-size: 300%;
		line-height: 2em;
    }  
  } 
  
@media screen and (min-width:960px) and (max-width:1199px) {
     section#product-intro .product-intro-container .product-intro-content .vr-font-bordered {
    	font-size: 4em;
		color: transparent;
		-webkit-text-stroke: 3px #888888;
		-webkit-text-fill-color: none;
		line-height: 1em;
    }  
  }

/* product-intro产品介绍--右边区域 */

/* 选项卡开始 */

/* -- frame rates section帧速率部分 -- */
section#section-frame-rates-accordion .section-frame-rates-slides .section-frame-rates-slide:nth-of-type(1) {
	filter: brightness(190%);
	transition: 05s ease-in-out;
}
/*-- features slider section特征滑块 --*/
/* slide */
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .swiper-slide img {
		max-width: 33rem;
		padding-top: 0;
	}
}
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .swiper-slide h2 {
		/* font-size: 1.1em; */
		/* margin-bottom: 3%; */
		line-height: 1.5em;
	}
}
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .swiper-slide h3 {
		/* font-size: 2em; */
		-webkit-text-stroke: 1px #888;
		line-height: 1.1em;
	}
}
/* slide-1 */
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .slide-1 {
		grid-gap: 3em; /* 设置行与列的间隙 */
	}
}
/* slide-3 */
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .slide-3 {
		display: grid;
		grid-template-rows: repeat(1,100%);
		grid-template-columns: 50% 40%;
		grid-gap: 5%;
	}
}

@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .slide-3 h3 {
		font-size: 3.3em;
		line-height: 2em;
	}
}
/* slide-4 */
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .slide-4 {
		display: grid;
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 5%;
		align-content: center;
	}
}
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .slide-4-content {
		padding-left: 25%;
	}
}
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .slide-4 .slide-4-disclaimer {
		position: absolute;
		top: 65%;
		left: 15%;
		
	}
}
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-features-slider .slide-4 img {
		padding-top: 5%;
		max-width: 26rem;
	}
}
/* <!-- vr features Tiles section 配件特征 --> */
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-feature-titles h3 {
		font-size: 0.9rem;
	}
}
@media screen and (min-width:960px) and (max-width:1199px) {
	section#vr-feature-titles p {
		font-size: 0.65rem;
	}
}
/* <!-- vr Tech Specs Section --> */
@media screen and (min-width:960px) and (max-width:1199px) {
	section#section-vr-tech-specs .section-container-specs th {
		font-size: 1.3em;
	}
}