@media screen and (min-width: 992px) and (max-width: 1199px) {

.div-video-box{
	display: inline-block;
	width: 30vw;
	//background: red;
	height: 30vh;
	margin: 15px;
}

.div-value{
	margin-top: 50px;
	margin-left: 30px;
	width: 70vw;
	color: white;
	font-size: 18px;
	line-height: 30px;
}

}