Your IP : 172.28.240.42


Current Path : /var/www/html/clients/mp.e-nkama.ru/assets/styles/
Upload File :
Current File : /var/www/html/clients/mp.e-nkama.ru/assets/styles/style.css

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.main {
    width: 100%;
    height: 125vh;
    background-image: url('../images/main.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.desk {
    margin-top: 20px;
    width: 100%;
    height: 125vh;
    background-image: url('../images/desk.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.map{
    margin-top: 20px;
    width: 100%;
    height: 125vh;
    background-image: url('../images/map.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.map__tree {
    margin-top: 20px;
    width: 100%;
    height: 125vh;
    /* height: 100vh; */
    background-image: url('../images/map-tree.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}