#home_developer {
    position: relative;
    overflow: hidden;
    margin-bottom: -6px;
    height: calc(100vw);
}
#img-slide {
    height: inherit;
    background-position: top;
    background-repeat: no-repeat;
    background-size: calc(100vw), auto; /* ios bug */
    background-attachment: fixed;
    background-image: url("../img/skrinex2.jpg");
}
#home_logo {
    width: 100%;
}
@media only screen and (max-width: 575px){
    #home_developer {
        top: 0;
    }
    #home_logo {
        top: 1em;
    }
    #home-end {
        margin-top: 0;
    }
}
@media only screen and (min-width: 576px) {
    #home_developer {
        top: -5em;
    }
    #home_logo {
        top: 6em;
    }
    #home-end {
        margin-top: -5em;
    }
    #img-slide {
        background-size: cover !important;
        background-position: center !important;
    }
}
@media only screen and (min-width: 768px) {
    #home_developer {
        top: -10em;
    }
    #home_logo {
        top: 11em;
    }
    #home-end {
        margin-top: -10em;
    }
}
@media only screen and (min-width: 992px) {
    #home_developer {
        top: -20em;
    }
    #home_logo {
        top: 21em;
    }
    #home-end {
        margin-top: -20em;
    }
}
@media only screen and (min-width: 1200px) {
    #home_developer {
        top: -25em;
    }
    #home_logo {
        top: 26em;
    }
    #home-end {
        margin-top: -25em;
    }
}

/*poland*/
#home {
    overflow: hidden;
    position: absolute;
    width: 100vw;
    height: 100vw;
    clip: rect(0 auto auto 0);
    max-height: 600px;
    justify-content: center;
}
#home-image {
    background-image: url("../img/skrinex2.jpg");
    position: fixed;
    top: 4.5em;
    height: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 600px;
    max-width: 600px;

}
#home-logo-poland {
    width: 100%;
    top: 6em;
}
#home-end-poland {
    padding-top: 100vw;
    margin-top: 0;
}
@media only screen and (min-width: 600px) {
    #home-end-poland {
        padding-top: 600px;
    }
}
