section {
  position: relative;
  padding: 6rem 0;
}

.hero {
  background: url(../img/macbook-juice.jpg);
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center center !important;
}

.z-index-1 {
  z-index: 10;
}

@media only screen and (min-width: 300px) {
	.img-logo img{
			width: 200px;
	}
}

@media only screen and (min-width: 500px) {
	.img-logo img{
			width: 300px;
	}
}

@media only screen and (min-width: 800px) {
	.img-logo img{
			width: 440px;
	}
}

