td .vue-containers-view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	background-color: white;
}
.vue-containers-view {
	margin-top: 70px;
}
.vue-containers-view .container {
	min-height: 100px;
	width: 100%;
	position: relative;
	flex-grow: 1;
	margin-bottom: 50px;
	display: flex;
	flex-shrink: 1;
	flex-basis: auto;
	align-items: stretch;
	justify-content: stretch;
}
.vue-containers-view > .width1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.vue-containers-view > .stretch, .vue-containers-view > .stretch img {
	width: 100%;
	margin-bottom: 50px;
}
.vue-containers-view > .image.stretch {
	height: auto;
	flex-grow: 1;
}
.vue-containers-view > .container {
}
.vue-containers-view .container.row > :first-child {
	width: auto;
	margin-left: 0px;
	margin-right: 25px;
}

.vue-containers-view > :first-child .text.top {
	margin-top: -22px;
}

.vue-containers-view .container.row > * {
	width: auto;
	margin-left: 25px;
	margin-right: 0px;
}
.vue-containers-view .container.row > .block {
	margin-bottom: 0px;
}
.vue-containers-view .container.column > .block:last-child {
	margin-bottom: 0px;
}

.vue-containers-view .row {
	flex-direction: row;
	/* margin-bottom: 0px; */
	/* align-items: stretch; */
	/* justify-content: center; */
}
.vue-containers-view .column {
	flex-direction: column;
	flex-wrap: wrap;
	/* align-self: center; */
	margin-bottom: 0px;
	/* justify-content: stretch; */
}
.vue-containers-view .container .image {
	/* justify-content: center; */
	/* align-items: center; */
	/* align-self: center; */
	/* width: max-content; */
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	display: flex;
}
.vue-containers-view .container.image100 img {
	max-width: 100%;
}

.vue-containers-view .row .image:first-child {
	align-self: flex-start;
	flex-grow: 1;
}
.vue-containers-view .row .image:last-child {
	/* align-self: flex-end; */
}

.vue-containers-view .row > .column:first-child .image {
	align-self: flex-start;
	flex-grow: 1;
}
.vue-containers-view .row > .column:last-child .image {
	align-self: flex-end;
	/* flex-grow: 1; */
}

.vue-containers-view .column > :first-child {
	margin-bottom: 50px;
}

.vue-containers-view .column > .text:first-child {
	margin-bottom: 42px;
}

.vue-containers-view .column > .image:first-child {
	align-self: center;
}
.vue-containers-view .column > .image:last-child {
	/* align-self: center; */
}

.vue-containers-view .column > .row > .image:first-child {
	align-self: flex-start;
}
.vue-containers-view .column > .row > .image:last-child {
	align-self: flex-end;
}

.vue-containers-view .text {
	display: flex;
	/* width: 100%; */
	/* flex-grow: 0; */
	/* flex-shrink: 0; */
	flex-basis: auto;
	font-size: 19px;
}
.vue-containers-view .text:first-child {
}
.vue-containers-view .text:last-child {
}
.vue-containers-view .top.text {
	align-self: flex-start;
	flex-grow: 1;
	margin-top: -10px;
}
.vue-containers-view .bottom.text {
	align-self: flex-end;
	/* justify-content: flex-end; */
	flex-grow: 0;
	margin-bottom: -7px;
}
.vue-containers-view > .text.left > span {
	text-align: center;
}

.vue-containers-view .column > .text {
	width: 100%;
}
.vue-containers-view .top.image img {
	align-self: flex-start;
	/* width: 100%; */
	flex-shrink: 1;
	flex-basis: auto;
	flex-grow: 0;
	display: flex;
	/* width: auto; */
}
.vue-containers-view .bottom.image img {
	align-self: flex-end;
}

.vue-containers-view .left {
	text-align: left;
	justify-content: flex-start;
}
.vue-containers-view .right {
	text-align: right;
	justify-content: flex-end;
}

.vue-containers-view.portfolio > :first-child .text > span {
	/* font-style: italic; */
	font-size: 20px;
	display: inline-block;
}
.vue-containers-view.portfolio > :first-child {
	margin-bottom: 70px;
}

.vue-containers-view.portfolio > :first-child .text > span:first-line {
	font-size: 25px;
	font-family: 'Playfair Display';
	font-weight: normal;
	line-height: 2em;
}

.vue-containers-view.specialization {
	margin-top: auto;
}

.vue-containers-view.specialization .text > span:first-line {
	font-size: 25px;
	font-family: 'Open Sans';
	font-weight: normal;
	line-height: 2.6em;
}

.vue-containers-view.specialization .text > span {
     line-height: 1.7em;
     font-size: 18px;
}

.vue-containers-view.specialization .presentation > .presentation-text {
	width: 420px;
	padding-right: 160px;
	font-weight: 500;
	line-height: 1.7em;
}

.vue-containers-view.specialization .presentation > .presentation-link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	padding-top: 25px;
}

.vue-containers-view.specialization .presentation > .presentation-link a {
	text-decoration: none;
	border: 1px solid #979797;
	width: 252px;
	height: 29px;
	display: flex;
	justify-content: center;
	/* align-content: center; */
	/* align-items: center; */
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-family: 'Minion Pro';
	font-weight: bold;
	padding-top: 6px;
}

.vue-containers-view.specialization :first-child .text.top {
	margin-top: -29px;
}

.vue-containers-view.specialization .column > .text:first-child {
	margin-bottom: 42px;
}

.vue-containers-view.specialization .top.text {
	margin-top: -29px;
}

.vue-containers-view.specialization .bottom.text {
	margin-bottom: -8px;
}

.vue-containers-view.specialization > .text {
	margin-bottom: 42px;
}

.vue-containers-view.specialization .top.text.presentation {
	flex-direction: row;
	margin-top: -56px;
}