.main-header-szkolenia-brows {
	height: 100vh;
	width: 100vw;
}

.main-header-szkolenia-brows .header-bottom {
	height: 100%;
	width: 100%;
	background-image: url(../../img/szkolenie-header-1-60tiny.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left 60%;
	background-attachment: scroll;
	background-color: #d9d9d9;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/* --- MEDIA QUERIES --- */

/* Landscape phone to portrait tablet */
@media (min-width: 769px) {
	.main-header-szkolenia-brows {
		height: 725px;
	}
}

/* --- END MEDIA QUERIES --- */
