div.naglowekKontener {
    height: 100%;
    transition: margin-top 1s;
}

@media only screen and (min-width: 1600px) {
    div.naglowekKontener {
        margin-top: 13px !important;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    div.naglowekKontener {
        margin-top: 13px !important;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    div.naglowekKontener {
        margin-top: 13px !important;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1300px) {
    div.naglowekKontener {
        margin-top: 13px !important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
    div.naglowekKontener {
        margin-top: 35px !important;
    }
}
@media only screen and (min-width: 770px) and (max-width: 1000px) {
    div.naglowekKontener {
        margin-top: 35px !important;
    }
}
@media only screen and (min-width: 680px) and (max-width: 770px) {
    div.naglowekKontener {
        margin-top: 13px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 680px) {
    div.naglowekKontener {
        margin-top: 13px !important;
    }
}
@media only screen and (max-width: 480px) {
    div.naglowekKontener {
        margin-top: 13px !important;
    }
}


div.naglowekKontener div.naglowekTlo {
    /*padding-top: 1px;*/
    background-image: url(/images/szkolenia/fibaro/fibaro1-naglowek-tlo-2020.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    transition: height 1s, background-position 0.5s, background-size 0.5s;
}

div.naglowekTlo div.naglowekTloSrodek {
    /*background-image: url(/images/szkolenia/fibaro/fibaro-naglowek-tlo-2018.jpg), url(/images/szkolenia/fibaro/fibaro-naglowek-tlo-2018.jpg);*/
    /*background-position: 50% 100%;*/  /* first horizontal, second vertical */
    /*background-size: auto 100%;*/  /* first width, second height. */
}

div.naglowekKontener div.naglowekTlo div.containerLogosy {
    margin: 0px auto;
    width: 80%;
    min-height: 0px;
    /* background-color: #ff00ff;" */
}
div.naglowekKontener div.naglowekTlo h1 {
    width: 100%;
    color: #243B89;
    font-style: normal;
    font-variant: small-caps;
    text-align: center;
    /*background-color: #A3A3A3;*/
    transition: margin-top 0.5s, font-size 0.5s, font-weight 0.5s;
}

@media only screen and (min-width: 1280px) {
    div.naglowekTlo {
        height: 377px;
        background-position: 50% 100%;  /* first horizontal, second vertical */
        background-size: auto 100%;  /* first width, second height. */
        /* background-color: #ff0000; */
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
    div.naglowekTlo {
        height: 377px;
        background-position: 50% 100%;  /* first horizontal, second vertical */
        background-size: auto 100%;  /* first width, second height. */
        /* background-color: #00ff00; */
    }
}
@media only screen and (min-width: 770px) and (max-width: 1000px) {
    div.naglowekTlo {
        height: 377px;
        background-position: 50% 100%;      /* first horizontal, second vertical */
        background-size: auto 100%;  /* first width, second height. */
    }
}
@media only screen and (min-width: 680px) and (max-width: 770px) {
    div.naglowekTlo {
        height: 340px;
        background-position: 50% 100%;        /* first horizontal, second vertical */
        background-size: auto 100%;   /* first width, second height. */
        /* background-color: #ff9933; */
    }
}
@media only screen and (min-width: 480px) and (max-width: 680px) {
    div.naglowekTlo {
        height: 280px;
        background-position: 50% 100%;        /* first horizontal, second vertical */
        background-size: auto 100%;  /* first width, second height. */
        /* background-color: #ff00ff; */
    }
}
@media only screen and (max-width: 480px) {
    div.naglowekTlo {
        height: 280px;
        background-position: 50% 100%;     /* first horizontal, second vertical */
        background-size: auto 100%;  /* first width, second height. */
        /* background-color: #cccccc; */
    }
}

/* ==================================== PARALLAXA */

div.parallaxKontener {
    background: transparent;
    position: relative;
}
div.paraxKontWielkosc {
    transition: min-height 2s;
}
@media only screen and (min-width: 1600px) {
    div.paraxKontWielkosc {
        min-height: 900px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    div.paraxKontWielkosc {
        min-height: 900px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    div.paraxKontWielkosc {
        min-height: 800px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1300px) {
    div.paraxKontWielkosc {
        min-height: 700px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
    div.paraxKontWielkosc {
        min-height: 500px;
    }
}
@media only screen and (min-width: 770px) and (max-width: 1000px) {
    div.paraxKontWielkosc {
        min-height: 400px;
    }
}
@media only screen and (min-width: 680px) and (max-width: 770px) {
    div.paraxKontWielkosc {
        min-height: 300px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 680px) {
    div.paraxKontWielkosc {
        min-height: 300px;
    }
}
@media only screen and (max-width: 480px) {
    div.paraxKontWielkosc {
        min-height: 200px;
    }
}
div.paralaxTest {
    /*padding-bottom: 1000px;*/
}