main {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: url("../images/SzukaszPracownika_tlo.png"), url("../images/managerlaptop.png");
  background-repeat: no-repeat, no-repeat;
  background-position: -70px 0px, 82% 100%;
  background-size: cover, 265%;
}

div.shadow {
  z-index: 0;
}

section.employer {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  width: 90%;
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 100px;
}

section.employer h1 {
  margin-top: 10px;
  font-weight: 800;
  color: #00488f;
}

section.employer p {
  margin-top: 10px;
}

section.employer p span {
  font-weight: 800;
}

section.employer p span.contact {
  color: #00488f;
}

p span.contact a {
  text-decoration: none;
  color: #00488f;
}

@media(min-width:440px) {
  main {
    background-position: -70px 0px,
      -491px 664px;
    background-size: cover, 231%;
  }
}

@media(min-width:540px) {
  main {
    background-position: -70px 0px,
      -413px 657px;
    background-size: cover, 191%;
  }

  section.employer {
    margin-top: 20px;
    width: 80%;
  }

  section.employer h1 {
    margin-top: 110px;
  }
}

@media(min-width:640px) {
  main {
    background-position: -70px 0px,
      -362px 651px;
    background-size: cover, 161%;
  }

  section.employer h1 {
    font-size: 30px;
  }

  section.employer p {
    font-size: 19px;
  }
}

@media(min-width:768px) {
  main {
    background-position: -70px 0px,
      -253px 636px;
    background-size: cover, 135%;
  }

  section.employer {
    margin-top: 40px;
    width: 80%;
  }
}

@media(min-width:1024px) {
  main {
    background-position: -70px 0px,
      -10px -1px;
    background-size: cover, 110%;
  }

  section.employer {
    margin-top: 5px;
    margin-right: 40px;
    width: 80%;
  }

  section.employer h1 {
    margin-top: 20px;
  }

  p span.contact a:hover {
    border-bottom: 2px solid #00488f;
  }
}

@media(min-width:1280px) {
  main {
    background-position: -70px 0px,
      -13px 0px;
    background-size: cover, 112% 102%;
  }

  section.employer {
    margin-top: 80px;
    margin-right: 60px;
  }

  section.employer h1 {
    font-size: 36px;
  }

  section.employer p {
    margin-top: 15px;
    font-size: 20px;
  }
}

@media(min-width:1366px) {
  main {
    background-position: -70px 0px,
      0px -80px;
    background-size: cover, 105%;
  }

  section.employer {
    margin-top: 10px;
  }

  section.employer h1 {
    font-size: 30px;
  }

  section.employer p {
    font-size: 19px;
  }
}

@media(min-width:1600px) {
  main {
    background-position: -70px 0px,
      0px -110px;
    background-size: cover, 105%;
  }

  section.employer {
    margin-top: 60px;
  }

  section.employer h1 {
    width: 28%;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    text-align: left;
  }
}

@media(min-width:1680px) {
  main {
    background-position: -70px 0px,
      0px -80px;
    background-size: cover, 105%;
  }

  section.employer {
    margin-top: 70px;
  }

  section.employer h1 {
    width: 32%;
    font-size: 35px;
  }

  section.employer p {
    font-size: 22px;
  }
}

@media(min-width:1903px) {

  main {
    background-position: -70px 0px,
      0px -109px;
  }

  section.employer {
    margin-top: 100px;
    margin-right: 60px;
  }

  section.employer h1 {
    font-size: 40px;
  }

  section.employer p {
    font-size: 25px;
  }
}