.fade_on_hide{
	-webkit-transition: visibility 0.5s linear,
	opacity 0.5s linear;
	-moz-transition: visibility 0.5s linear,
	opacity 0.5s linear;
	-o-transition: visibility 0.5s linear,
	opacity 0.5s linear; 
}


div.test-product{
	/* display: inline-block; */
    margin: 15px;
    padding: 15px;
    border: 1px solid #505050;
    border-radius: 4px;
    overflow: hidden;
    width: 300px;
    height: 370px;
    text-align: left;
    cursor: pointer;
    background-color: #ffffff;
}

div.test-product:hover{
	background-color: #b5b5b5;
}

div.test-product h2{
	margin: 0;
	font-size:13pt;
}

div.test-product p{
	margin-left: 15px;
}

div.test-product img{
	margin-left: 35%;
    margin-right: 35%;
    margin-top: 10px;
}

div.demo-video{
	display: inline-block;
	margin-top: 20px;
	overflow: hidden;
    width: 600px;
    height: 370px;
    text-align: left;
    cursor: pointer;
    background-color: #ffffff;

}

div.demo-video:hover{
	background-color: #ffffff;
}

div.demo-video h2{
	margin: 0;
	font-size:13pt;
}

div.demo-video p{
	margin-left: 15px;
}

div.demo-video img{
		display: block;
  		margin-top: 13px;
  		margin-left: auto;
  		margin-right: auto; 
}

h3.instructions{
	color: #115FB4;
	font-family: var(--cnvs-body-font);
	font-size:13pt;
}

.demo-details ul{
    margin-left:15px;
}
.demo-container{
	overflow: hidden;
    padding: 0 10%;
}
.demo-details{
	overflow: hidden;
    text-align: left;
    /*padding-left: 8%;
    padding-right: 4%;*/
}
.demo_product_image{
	height:135px;
}

.phone_image{
	padding-top:10%;
}

.container li {
    margin: 0;
    padding: 0px;
    margin-left: 10px;
}

@media (max-width: 480px) {
	.demo-container{
		margin-top:30px;
	}

}