.justify-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.teaser-fv {
	height: 95vh;
	justify-content: center;
	align-items: center;
	padding: 10% 0;
}


.shop-btn {
	margin: 10% auto;
	display: block
}

.shop-btn a {
	padding: 15px;
	border: solid 1px #000;
	font-size: 18px;
	text-align: center;
	display: block;
	color: #000;
	background-color: rgba(255,255,255,0.4)
}

.shop-btn a:hover {
	background-color: rgba(255,255,255,0.8)
}

@media only screen and (max-width: 767px) {
.teaser-fv {
	height: 95vh;
	justify-content: center;
	align-items: center;
	padding: 30% 10%;
}
}