<style> 

.container {
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.grid-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.grid-item {
  height: 300px;
  flex-basis: 20%;
  -ms-flex: auto;
  width: 230px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.grid-row a {
  text-decoration: none;
}

.wrapping-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	color: currentColor;
	height: 300px;
}

.grid-item-wrapper {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background: #ececec;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

.grid-item-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.grid-image-top {
  height: 75%;
  width: 120%;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
  left: -10.5%;
  top: -2.5%;
}

.grid-image-top .centered {
	text-align: center;
	transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50.5%;
	left: 50%;
	width: 50%;
	height: 50%;
	background-position: center;
}

.grid-image-top.rex-ray {
  background: -webkit-gradient(linear,left top, left bottom,from(#007DB8),to(#00447C));
  background: -webkit-linear-gradient(#007DB8,#00447C);
  background: -o-linear-gradient(#007DB8,#00447C);
  background: linear-gradient(#007DB8,#00447C);
}

.rex-ray-image {
  background-image: url(../img/clients/png/keen_300.png);
}

.grid-image-top.sputnik {
  background: -webkit-gradient(linear,left top, left bottom,from(#1AA9FB),to(#1785C4));
  background: -webkit-linear-gradient(#1AA9FB,#1785C4);
  background: -o-linear-gradient(#1AA9FB,#1785C4);
  background: linear-gradient(#1AA9FB,#1785C4);
}

.sputnik-image {
  background-image: url(../img/clients/png/nike_300.png);
}

.grid-image-top.edgex {
  background: -webkit-gradient(linear,left top, left bottom,from(#952f4c),to(#3e1a51));
  background: -webkit-linear-gradient(#952f4c,#3e1a51);
  background: -o-linear-gradient(#952f4c,#3e1a51);
  background: linear-gradient(#952f4c,#3e1a51);
}

.edgex-image {
  background-image: url(../img/clients/png/mercedes_300.png);
}

.grid-image-top.openswitch {
  background: -webkit-gradient(linear,left top, left bottom,from(#2db89a),to(#00793d));
  background: -webkit-linear-gradient(#2db89a,#00793d);
  background: -o-linear-gradient(#2db89a,#00793d);
  background: linear-gradient(#2db89a,#00793d);
}

.openswitch-image {
  background-image: url(../img/clients/png/adidas_300.png);
}

.grid-image-top.scaleio {
  background: -webkit-gradient(linear,left top, left bottom,from(#2e96dd),to(#326de6));
  background: -webkit-linear-gradient(#2e96dd,#326de6);
  background: -o-linear-gradient(#2e96dd,#326de6);
  background: linear-gradient(#2e96dd,#326de6);
}

.scaleio-image {
  background-image: url(../img/clients/png/cole_haan_300.png);
}

.grid-image-top.csi {
  background: -webkit-gradient(linear,left top, left bottom,from(#464646),to(#000000));
  background: -webkit-linear-gradient(#464646,#000000);
  background: -o-linear-gradient(#464646,#000000);
  background: linear-gradient(#464646,#000000);
}

.csi-image {
  background-image: url(../img/clients/png/avon_300.png);
}

.grid-image-top.kubernetes {
  background: -webkit-gradient(linear,left top, left bottom,from(#09C1D1),to(#326DE6));
  background: -webkit-linear-gradient(#09C1D1,#326DE6);
  background: -o-linear-gradient(#09C1D1,#326DE6);
  background: linear-gradient(#09C1D1,#326DE6);
}

.kubernetes-image {
  background-image: url(../img/clients/png/macys_300.png);
}

.grid-image-top.grpc {
  background: -webkit-gradient(linear,left top, left bottom,from(#0CC1C8),to(#2E838C));
  background: -webkit-linear-gradient(#0CC1C8,#2E838C);
  background: -o-linear-gradient(#0CC1C8,#2E838C);
  background: linear-gradient(#0CC1C8,#2E838C);
}

.grpc-image {
  background-image: url(../img/clients/png/tiffany2_300.png);
}

.grid-image-top.envoy {
  background: -webkit-gradient(linear,left top, left bottom,from(#290B54),to(#130229));
  background: -webkit-linear-gradient(#290B54,#130229);
  background: -o-linear-gradient(#290B54,#130229);
  background: linear-gradient(#290B54,#130229);
}

.envoy-image {
  background-image: url(../img/clients/png/david-yurman_300.png);
}

.grid-image-top.istio {
  background: -webkit-gradient(linear,left top, left bottom,from(#4A73C0),to(#466BB0));
  background: -webkit-linear-gradient(#4A73C0,#466BB0);
  background: -o-linear-gradient(#4A73C0,#466BB0);
  background: linear-gradient(#4A73C0,#466BB0);
}

.istio-image {
  background-image: url(../img/clients/png/rolex2_300.png);
}


.grid-image-top.diesel {
  background: -webkit-gradient(linear,left top, left bottom,from(#007DB8),to(#00447C));
  background: -webkit-linear-gradient(#007DB8,#00447C);
  background: -o-linear-gradient(#007DB8,#00447C);
  background: linear-gradient(#007DB8,#00447C);
}

.diesel-image {
  background-image: url(../img/clients/png/diesel3_300.png);
}

.grid-image-top.taylormade {
  background: -webkit-gradient(linear,left top, left bottom,from(#1AA9FB),to(#1785C4));
  background: -webkit-linear-gradient(#1AA9FB,#1785C4);
  background: -o-linear-gradient(#1AA9FB,#1785C4);
  background: linear-gradient(#1AA9FB,#1785C4);
}

.taylormade-image {
  background-image: url(../img/clients/png/taylormade2_300.png);
}

.grid-image-top.lancome {
  background: -webkit-gradient(linear,left top, left bottom,from(#952f4c),to(#3e1a51));
  background: -webkit-linear-gradient(#952f4c,#3e1a51);
  background: -o-linear-gradient(#952f4c,#3e1a51);
  background: linear-gradient(#952f4c,#3e1a51);
}

.lancome-image {
  background-image: url(../img/clients/png/lancome2_300.png);
}

.grid-image-top.estee {
  background: -webkit-gradient(linear,left top, left bottom,from(#2db89a),to(#00793d));
  background: -webkit-linear-gradient(#2db89a,#00793d);
  background: -o-linear-gradient(#2db89a,#00793d);
  background: linear-gradient(#2db89a,#00793d);
}

.estee-image {
  background-image: url(../img/clients/png/estee_lauder2_300.png);
}

.grid-image-top.ferrari {
  background: -webkit-gradient(linear,left top, left bottom,from(#2e96dd),to(#326de6));
  background: -webkit-linear-gradient(#2e96dd,#326de6);
  background: -o-linear-gradient(#2e96dd,#326de6);
  background: linear-gradient(#2e96dd,#326de6);
}

.ferrari-image {
  background-image: url(../img/clients/png/ferrari2_300.png);
}


.grid-item-content {
  padding: 0 20px 20px 20px;
}

.item-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.item-category {
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}

.item-excerpt {
  margin-bottom: 8px;
  display: block;
  font-size: 12px;
}

.more-info {
	position: absolute;
	bottom: -1px;
	margin-bottom: 20px;
	padding-left: 0;
	transition-duration: .5s;
	font-size: 12px;
	display: flex;
	left: 21px;
}

.more-info i {
  padding-left: 5px;
  transition-duration: .5s;
}

.grid-item:hover .more-info i {
  padding-left: 20px;
  transition-duration: .5s;
}

.more-info i::before {
  font-size: 126px;
}

.grid-item:hover .grid-item-wrapper {
  padding: 2% 2%;
  margin: -2% -2%;
}

@media(max-width: 1580px) {
  .grid-item {
    flex-basis: 25%;
  }
}

@media(max-width: 1333px) {
  .grid-item {
    flex-basis: 33.33%;
  }
}
@media(max-width: 1260px) {
  .grid-item {
    flex-basis: 33.33%;
  }
}

@media(max-width: 1073px) {
   .grid-item {
    flex-basis: 50%;
  }
}

@media(max-width: 815px) {
  .grid-item {
    flex-basis: 75%;
  }
}

@media(max-width: 555px) {
  .grid-item {
    flex-basis: 75%;
  }
}

@media(max-width: 480px) {
  .grid-item {
    flex-basis: 100%;
  }
}

@media(max-width: 320px) {
  .grid-item {
    flex-basis: 100%;
  }
}
 
 </style>