h2 {
	white-space: nowrap;
	clear: right;
}

.banner {
	background: left 50% / cover no-repeat url("/assets/images/banner-company.jpg");
}

.greetings {
	margin: 40px auto;
	width: 80%;
}

.greetings > p {
	padding: 0.5rem;
}

.company-photo {
	margin: 16px auto;
	height: 250px;
	width: 100%;
	float: right;
	background: center / cover no-repeat url("/assets/images/foto\ slovo\ majitele.jpg");
}

.chairman-signature {
	margin: 50px auto 0;
	width: 300px;
	height: 100px;
	background: center / contain no-repeat url("/assets/images/signature.png");
}

@media (min-width: 36rem) {
	.greetings {
		margin: 80px auto;
	}

	.company-photo {
		margin: 0 0 16px 16px;
		width: 250px;
	}

	h2 {
		clear: none;
	}
}

@media (min-width: 70rem) {
	.greetings {
		width: 70%;
	}
	.company-photo {
		margin: 0 0 32px 32px;
		height: 500px;
		width: 500px;
	}

	.chairman-signature {
		width: 400px;
		height: 100px;
	}
}
