.galleryrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 70vh;
  z-index: 1;
}

.box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  margin: 0 2%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
}

.box > img {
  width: 200%;
  height: calc(100% - 5vh);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s;
  transition: .5s;
}

.box > span {
  font-size: 2vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box:hover {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.box:hover > img {
  width: 100%;
  height: 100%;
}

.scrolldown {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #85A0AB;
}

.beaniconf {
  max-width: 5%;
  padding: 1rem;
  z-index: 5;
  margin-top: -2200px;
  margin-left: 200px;
  rotate: 40deg;
}

.coffeecupf {
  padding: 1rem;
  max-width: 8%;
  rotate: -20deg;
  margin-top: -1600px;
  margin-left: 1250px;
}

.reusecupf {
  padding: 1rem;
  max-width: 5%;
  rotate: 35deg;
  margin-left: 1220px;
  margin-top: -700px;
}

.globef {
  padding: 1rem;
  max-width: 8%;
  margin-top: -1300px;
}
/*# sourceMappingURL=gallery.css.map */