 
.basic .ga-v-centered  *{
	box-sizing: border-box;
}

.basic .ga-v-centered {

	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
}
.basic .ga-carousel {
	position: relative;
	overflow: hidden;
	padding:10px;
	width: 100%;
	cursor:pointer;
}
.basic .ga-roll {
	position: relative;
	white-space: nowrap;
	font-size: 0;
	left:  0px;
}
.basic .ga-project {
	vertical-align:top;
	width: 150px;
	border: solid 10px rgb(255, 255, 255);
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); 
	text-align: center;
	margin: 0 10px 15px 0;
	display: inline-block;
	font-size: 18px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.basic .ga-project img {
	width:  100%;
	height: auto;
}
.basic .ga-project p {

	display:block;
	margin: 0;
	padding:0;
	padding-top:5px;
	bottom:10px;
	width:100%;
	height:50px;
	background:#fff;
	color:#626262;
	vertical-align:top;
	text-align: center;
	white-space: normal;
	font-size:14px;
	overflow:hidden;
	z-index:2;
}

.basic .ga-sections {
	text-align: center;
	color: #b4fdc0;
	font-size: 12px;
}

.basic .ga-sections i {
	margin: 0 2px;
	cursor: pointer;
}

.basic .ga-navigation img{
	margin-top:7px;
	width:20px;	
	height:20px;
	opacity:0.5;
}

.basic .ga-navigation {
	
	cursor:pointer;
	position:  absolute;
	border: none;
	padding: 0;
	background-color: rgba(35,35,35,0.8);
	height: 34px;
	width: 34px;
	color:  #FFF;
	font-size: 20px;
	text-align: center;
	top: 35%;
	z-index: 10;
}
.basic .ga-navigation:visited  {
	text-decoration: none;
}

.basic .ga-navigation:hover img {
	opacity:1;
	
}

.basic .ga-navigation:active {
	text-decoration: none;
}
.basic .ga-navigation:focus {
	outline: none;
}
.basic .ga-navigation:first-of-type {
	left: 10px;
}
.basic .ga-navigation:last-of-type {
	right: 10px;
}

@media screen and (max-width: 950px) {
    .basic .ga-carousel {
		position: relative;
		overflow: hidden;
		width: 100%;
	}
}
@media screen and (max-width: 655px) {
    .basic .ga-carousel {
		position: relative;
		overflow: hidden;
		width: 100%;
	}
}