@charset "UTF-8";

.coming-soon2 {
    height: calc(100vh);
    width: 100%;
    background-image: url(../images/comingsoon/coming-soon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 50px;
}



@media (max-width: 600px) {
    .coming-soon2{
        margin-bottom: 0px;
    }
    .coming-soon2:hover{
        pointer-events: none;
      }
}