.scroll-container {
  position: relative;
  width: 60%;
  display: flex;
  margin: auto;
}

.image-wrap {
  scale: 0.8;
  width: 10vw;
  height: 17vw;
  flex: 1;
  overflow: hidden;
  margin: auto;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  object-position: top center;
  transition: all 2s ease-in-out;
}

.image-wrap:hover img {
  object-position: bottom center;
}

.scrollText {
  margin-top: 2.5vw;
  flex: 2;
  padding-right: 1.5vw;
  font-size: 0.9vw;
  text-align: center;
}

.ionicH1 {
  font-family: "Amiri";
  font-size: 2.3vw;
  text-transform: uppercase;
  display: inline;
}

.ionicIMG {
  width: 3.5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 0.4vw;
  display: inline;
}

.ionic {
  width: 100%;
  position: relative;
  margin-top: 15vw;
  margin-bottom: 0vw;
  text-align: center;
}
