/* 
 Theme Name:   TwentySeventeen-Child
 Theme URI:    
 Description:  
 Author:       Administrator
 Author URI:   
 Template:     twentyseventeen
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 30vh; /* zmienione ze 100 na 30 jaguarek*/
		max-height: 30%;
		overflow: hidden;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(30vh - 32px);
	}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 150px;
	max-height: 0%;
	width: 100%;
}


@media screen and (min-width: 30em) {
	.site-content > .wrap {
		max-width: 910px !important;
	}
	.site-content > .wrap .content-area {
		max-width: none !important;
	}
}