@import url('https://fonts.googleapis.com/css?family=Helvetica');
.xop-section {
	max-width:600px;
	margin:0 0;
	padding:0% 0%;
        margin-bottom:0px;
}

.xop-grid {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: left;
	width: 0%;
}

.xop-grid:after {
	clear: both;
}

.xop-grid:after,
.xop-box:before {
	content: '';
    display: table;
}

.xop-grid li {
	width: 290px;
	height: 228px;
	display: inline-block;
	margin: 20px;
        margin-bottom:0px;
        
}

.xop-box {
	width: 116.3%;
	height: 118.7%;
	position: relative;
	cursor: pointer;
    border-radius: 0px;
	margin-bottom:80px;
//        margin-right:10px;
}

.xop-img-1 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.0), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(../images/data1.jpg);
	  min-width:0%;
  min-height:0%;
}

.xop-img-2 {
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.0), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(../images/em1.jpg);
	  min-width:0%;
  min-height:0%;
}

.xop-img-3 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.0), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(../images/mobile1.jpg);
	  min-width:0%;
  min-height:0%;
}

.xop-img-4 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ),
    /* bottom, image */
    url(../images/web2.jpg);
	  min-width:0%;
  min-height:0%;
}

.xop-info {
	position: absolute;
	width: inherit;
	height: inherit;
}

.xop-info h3 {
    font-family: 'Helvetica';
    font-weight: 300;
	color: #fff;
	font-size: 25px;
	margin: 0 37px;
	padding: 250px 0 0 0;
	line-height:1.0;
}



