#VideoTripleContent {
	width: 100%;
	height: 18vw;

}
#VideoLeftbox {
    float:left; 
    width:29%;
    height:100%;
	margin: 2%;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 0.5vw;
}
#VideoMiddlebox{
    float:left; 
    width:30%;
    height:100%;
	margin: 2%;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 0.5vw;
}
#VideoRightbox{
    float:right;
    width:29%;
    height:100%;
	margin: 2%;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 0.5vw;
}

@media screen and (max-width: 1000px) {
  #VideoLeftbox, #VideoMiddlebox, #VideoRightbox, #VideoBox{
    width:96%;
  }
  #VideoTripleContent {
	height: 50vw;
  }
}

#VideoBox{		
	background-repeat: no-repeat;
	background-size: cover;
    width:auto;
    height:90%;
	margin: 2.5% 5% ;
}
#VideoTxtBox{
    width:95%;
	margin: 0% 5%;
}