.image-soon{
    width: 50% !important;
    height: 100vh;
    overflow: hidden;
    margin: auto;
}
body{
    background-color: #bfd878;
}

@media (max-width: 900px) {
    .image-soon{
        width: 80% !important;
    }
}
@media (max-width: 600px) {
    .image-soon{
        width: 100% !important;
    }
}