
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    /* Styles */
    .is_overlay{display: none}
    .main{
        background-image: url(/wp-content/themes/egoistka/img/land_main3.jpg);
        min-height: 70%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .stycky-social {
        /*display: none;*/
    }

    .cont_logo {
        background-image: url(/wp-content/themes/egoistka/img/egoistka_logo.png);
        min-height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 60px;
        position: relative;
        top: 27px;
        right: 20px;
    }

    .bgimg {
        background-image: url(/wp-content/themes/egoistka/img/land_main3.jpg);
        min-height: 100%;
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .w3-jumbo{
        font-size: 30px!important;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px)
and (max-width : 450px) {
    /* Styles */
    .cont_logo {
        background-image: url(/wp-content/themes/egoistka/img/egoistka_logo.png);
        min-height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 47px;
        position: relative;
        top: 27px;
        right: 53px;
    }

}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
    /* Styles */

    .cont_logo {
        background-image: url(/wp-content/themes/egoistka/img/egoistka_logo.png);
        min-height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        position: relative;
        top: 16px;
        right: 20px;
    }

}

@media
only screen
and (min-device-width : 600px)
and (min-device-height : 960px)
{
   /* .main{
        background-image: url(/wp-content/themes/egoistka/img/land_main3.jpg);
        min-height: 80%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cont_logo {
        background-image: url(/wp-content/themes/egoistka/img/egoistka_logo.png);
        min-height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 60px;
        position: relative;
        top: 27px;
        right: 20px;
    }*/
}

/* iPhone 4 - 5s ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */

}

/* iPhone 6 ----------- */
@media only screen
and (max-device-width: 667px) only screen and (-webkit-device-pixel-ratio: 2) {
    /* Styles */

}

/* iPhone 6+ ----------- */
@media
only screen and (min-device-width : 414px)
only screen and (-webkit-device-pixel-ratio: 3) {
    /*** You've spent way too much on a phone ***/

}

/* Samsung Galaxy S7 Edge ----------- */
@media only screen
and (-webkit-min-device-pixel-ratio: 3)
and (min-resolution: 192dpi)and max-width:640px) {


}