body {
	background-color:#191c5f;
	
}
.wrapper {
    -webkit-border-radius: 30px; 
	border-radius: 30px; 
	-webkit-box-shadow: 5px 5px 30px 1px #919191;
	box-shadow: 5px 5px 30px 1px #919191; 
	position:    absolute;
}
.comingsoon {
	-webkit-border-radius: 30px;
    border-radius: 30px;
	max-width: 100%;
    width: 100%;
    min-width: 300px;
    height: auto;
}
@media only screen and (max-width: 1024px) {
    .wrapper {
        width:        90%;
        height:       auto;
        margin: 25% 4% 25% 4%;
    }
} 
@media only screen and (min-width: 1100px) {
    .wrapper {
        top:          50%;
        left:         50%;
        width:        1066px;
        height:       600px;
        margin-left: -533px;
        margin-top:  -300px;
    }
} 