/***************features.html css*********************/
section.Surveillance
{
background-color:#fff;
padding-bottom: 60px;
}
section.Surveillance .products {
    margin: 0 auto;
	text-align: center;
}
section.Surveillance .img_container {
    max-width: 100%;
    height: 250px;
	display: table-cell;
    vertical-align: middle;
}
section.Surveillance .trans-box {
    margin: 0 auto;
	}
section.Surveillance .img_container img {
  max-width: 100%;
  }
  section.Surveillance .trans-box.outer_box {
    display: table;
	}
	 section.Surveillance  a.btn {
	font-size: 22px;
	background-color: #00acb3;
	}
@media(max-width:991px) {	
section.Surveillance a.btn {
    font-size: 18px;
	}
	}