#info_container {
  padding-top: 6vh;
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
}

.info_item {
  height: 100%;
  width: 50%;
  display: flex;
}

.info_item img {
  max-height: 100%;
  max-width: 100%;
  justify-self: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.section {
  width: 100%;
  min-height: 25vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 2vh;
}

#top_text_container {
  min-height: 50vh;
  background-color: rgb(242, 226, 201);
  z-index: 5;
  padding-right: 3vw;
  text-align: left;
}

#top_text_container a {
  font-weight: bold;
}

.text_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#slide_img_container {
  z-index: 1;
  min-height: 50vh;
}

@media (max-width: 100vh) {
  #top_section {
    flex-direction: column-reverse;
  }
  #bottom_section {
    flex-direction: column;
  }
  .info_item {
    width: 100%;
    height: 100%;
  }
  .info_item img {
    width: 100%;
    height: 100%;
  }
  #slide_img_container {
    width: 100vw;
  }
}
.slide_img {
  transition-property: right, border-radius;
  transition-duration: 4s;
  transition-timing-function: ease;
  right: 0vw;
  position: absolute !important;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */