.smallintroblock { height:100vh; height:calc(100vh - 100px);
	background-position:50% 50%; background-size:cover;
	position:relative; }
body.admin-bar .smallintroblock { height:calc(100vh - 146px); }
.smallintroblock .stripe { position:absolute; bottom:20%;
	left:0; width:100%; background-color:rgba(0,0,0,0.6); }
.smallintroblock .stripe .pagewidth { display:flex;
	min-height:100px; flex-direction:column;
	justify-content:center; }

@media (min-width:783px) {
	.smallintroblock .stripe .pagewidth { min-height:270px; }
	body.admin-bar .smallintroblock { height:calc(100vh - 132px); }
}
@media (min-width:1000px) {
	.smallintroblock { height:calc(100vh - 120px); }
	body.admin-bar .smallintroblock { height:calc(100vh - 152px); }
}
@media (min-width:1700px) {
	.smallintroblock { height:calc(100vh - 200px); }
	body.admin-bar .smallintroblock { height:calc(100vh - 232px); }
}