body {
    background: #333;
    color: #efefef;
    overflow: hidden;
}
.coming-soon img {
    max-width: 100%;
}
.coming-soon {
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    max-height: 768px;
    max-width: 1024px;
    width: 100%;
    margin: auto;
}
small {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
}
