.comingsoonimg {
	border-radius: 20px;
	width: 100%;
	height: auto;
}

.comingsoontxt {
}

body, html {
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}