.wrapper {
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1.6rem;
}

.text-center {
	text-align: center;
}

.radius {
	border-radius: 20px;
}

.card__content {
	position: relative;
}

.card {
	height: 410px;
	width: 325px;
	box-shadow: 0px 0px 16px 0 #0b8a8f;

	background: url(/assets/images/project_card.png);
	background-color: #ffffff00;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	font-family: inherit;
	font-weight: bold;
	font-size: 1rem;
}

.card__padding {
	margin-left: 1rem;
	margin-right: 1rem;
}

.card__header {
	padding-top: 1rem;
}

.card__title {
	margin-top: 1.4rem;
	text-align: center;
	font-size: 1.1rem;
}

.card__image {
	min-height: 270px;
	max-height: 270px;

	margin-left: 1rem;
	margin-right: 1rem;

	overflow: hidden;
	display: flex;
	justify-content: center;

	background-color: #2e222f;

	border: 2px solid #30e1b9;
	box-shadow: 0px 0px 0 3px #2e222f;
	border-radius: 5px;
}

.card__image img {
	min-height: 100%;
	width: auto;
	height: auto;

	display: block;
	margin: auto;
}

.card__tech {
	margin-top: 1.9rem;
	font-size: 0.9rem;
	display: flex;
	justify-content: left;
}

.card-technology {
	border-radius: 4px;
	background-color: #0b8a8f;
	color: #8ef3e2;
	margin: 0 4px;
	padding: 3px 5px;
}

.card-technology:first-child {
	margin-left: 0px;
}

.card-technology:last-child {
	margin-right: 0px;
}

.card__article {
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
	margin-left: 1.8rem;
	margin-right: 1.8rem;

	font-size: 0.9rem;
	height: 8.2rem;
}


.card__title a {
	text-decoration: none;
	color: #ffffff;
	transition: all 0.5s ease;
}

.card__title a:hover {
	color: #ffc400;
}

#project-image {
	transition: all .5s;
}

.video-wrapper {
	position: relative;
	border-radius: 15px;
	padding-bottom: 56.25%;

	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0px 0px 20px 0 #0b8a8f;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-self: auto;
}

.insta {
	position: relative;
	overflow: hidden;

	border: 0;
	box-shadow: 0px 0px 20px 0 #0b8a8f;

	margin: 1px;
	padding-bottom: 56.25%;
	max-width: 100%;

	width: 98%;
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
}

#demo {
	transition: all .5s;
}