#ob1 {
  clip-path: polygon(0 0, 100% 0, 59% 100%, 0 100%);
  background: url(img/pas2.jpg);
  background-size: cover;
  background-position: center;
  left: 10%;
  position: relative;
  float: left;
}


#ob2 {
  position: relative;
  clip-path: polygon(41% 0, 100% 0, 100% 100%, 0 100%);
  left: -10%;
  background: url(img/corporate.jpg);
  background-size: cover;
  
  text-align: right;
  float: right;
}

.obrazek {
	overflow: hidden;
	width: 50%;
	height: 100%;
	display: inline-block;
	color: white;


	transition: filter 0.2s, color 0.2s;
}

.logo {
	top: 14px;
    left: 50%;
	width: 90%;
	max-width: 400px;
    position: relative;
    transform: translateX(-50%);
}

.tekst {
	font-family: 'Oswald', sans-serif;
	text-shadow: 2px 2px 3px #000000;
	font-weight: bold;
	font-size: 7.5vw;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 1.2;
}

#t1 {
	top: 5%;
	position: relative;
}

#t2 {
	bottom: 5%;
	right: 2%;
	position: absolute;
}

.obrazek:hover {
	filter: saturate(40%) brightness(160%);
	color: rgb(10,43,85);
	
}

.naglowek {
	width: 100%;
	height: 80px;
	background: rgb(10,43,85);
	box-sizing: border-box;
	border-bottom: solid 3px red;
}

.srodek {
	width: 130%;
	
	top: 80px; bottom: 0;
	left: -15%;
	position: absolute;
}

body {
	overflow: hidden;
	margin: 0;
}




