

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    /* Styles */

     .main{
         /* background-image: url(/wp-content/themes/egoistka/img/land_main3.jpg);
         min-height: 100%;
         background-position: center;
         background-size: contain;
         background-repeat: no-repeat; */
         position: relative;
         z-index: 10
     }

    .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: 76px;
    }

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



/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    /* Styles */
    .bgimg {
        background-image: url('/wp-content/themes/egoistka/img/land_main.jpg');
        min-height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .w3-jumbo{
        font-size: 30px!important;
    }
}