@media (min-width: 576px) {
	.container { max-width: 540px; }
}

@media (min-width: 768px) {
	.container { max-width: 750px; }
}

@media (min-width: 992px) {
	.container { max-width: 990px; }
}

@media (min-width: 1200px) {
	.container { max-width: 1200px; }
}

.social {
	padding: 0;
}

.social a {
	display: inline-block;
}
.element {
	width: 100%;
	font-family: 'Roboto';
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 15px;
}

.element .bg {
	width: 100%;
	height: 230px;
	background-size: cover;
	background-position: 50% 50%;
}

.element .tag {
	height: 50px;
	width: 100%;
}

.element .tag .title {
	display: block;
	width: 100%;
	text-align: left;
	color: #333;
	margin-top: 5px;
}
.element .tag .skills {
	text-align: left;
	color: #999;
	left: 0;
	width: 100%;
}

.element .tag .skills .skill {
	text-align: center;
	font-size: 0.8rem;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
	position: absolute;
	margin-top: -5px;
}

.col_one_third {
	width: 32.62%;
	margin-right: 1%;
	margin-bottom: 28px;
}

.col_half {
	width: 49.4%;
	margin-right: 1%;
}

.testimonials-grid li:after {
	border-bottom: none;
}

.bg.spartan {
	background-image: url('spartan.jpg');
}

.bg.kone {
	background-image: url('kone.jpg');
}
.bg.elink {
	background-image: url('elink_hero2.jpg');
}
.bg.bus {
	background-image: url('bus.jpg');
}
.bg.vision {
	background-image: url('vision.jpg');
}
.bg.helsinki {
	background-image: url('helsinki.png');
	background-color: white;
}
.bg.drivebase {
	background-image: url('drivebase.png');
}
.bg.mumbai {
	background-image: url('mumbai.jpg');
	background-position: left center;
}
.bg.illustration {
	background-image: url('illustration.png');
}
.bg.app {
	background-image: url('app.png');
}
.bg.icon {
	background-image: url('icon.png');
}
.bg.web {
	background-image: url('web.png');
	background-position: center top;
}
.bg.whatsapp {
	background-image: url('whatsapp1.png');
}
.bg.siivouspaiva {
	background-image: url('siivouspaiva1.jpg');
}
.bg.coffee {
	background-image: url('coffee5.jpg');
}
.bg.carsdirect {
	background-image: url('carsdirect.jpg');
}
.bg.papercity {
	background-image: url('papercity/IMG_8997_0.jpg');
}
.bg.visual {
	background-image: url('measures.png');
}
.bg.concepts {
	background-image: url('concepts.png');
}
.bg.peopleflow {
	background-image: url('dop/TopHero.png');
}
.bg.amazon-home {
	background-image: url('amazon-home/hero_1.png');
	background-position: -20px bottom;
}
.bg.amazon-concierge {
	background-image: url('amazon-concierge/Echobg2.png');
}

.bg.black {
	background-color: #1f1f1f;
	color: white;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
