* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.comming-soon {

    height: 100vh;


}

.comming-soon img {
    width: 100%;
    height: 100vh;
    vertical-align: middle;
}

.planset,
.mobile {
    display: none;
}

@media screen and (max-width:991px) {
    .desktop {
        display: none;
    }

    .planset {
        display: block;
    }
}

@media screen and (max-width:560px) {
    .planset {
        display: none;
    }

    .mobile {
        display: block;
    }

    .comming-soon img {
        height: auto;
    }
}