html, body {
  height: 100%;
  width: 100%;
}

.container {
  height: 100%;
  background-image: url(vizcom_logo.png);
  background-position: center center;
  background-size: cover; 
}