.main-image {
    background-image: url('/site/templates/img/beauty/beauty.jpg');
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coming {
    font-size: 28px;
    color: goldenrod;
    border: 1px solid;
    padding: 20px;
    background-color: white;
    border-color: transparent;
}

@media only screen and (max-width: 768px) {
    .coming {
        font-size: 22px;
    }
}