#visibility_section {
  margin-top: 110px;
}

#visibility_section .section_heading {
  opacity: 1;
  max-width: 45vw;
}

.visibility_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  padding-bottom: 200px;
}

.visibility_data .visibility_entry {
  width: 42vw;
  height: 42vw;
  margin: 10px 0px;
  opacity: 0;
}

.visibility_data .visibility_entry .square_image_wrapper {
  width: inherit;
  height: inherit;
  /* max-width:340px;
            max-height: 340px;;*/
  overflow: hidden;
}

.visibility_data .visibility_entry .square_image_wrapper img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: inherit;
  max-height: inherit;
}

.visibility_data .entry_title {
  font-weight: 600;
  color: #FFE1BC;
  font-size: 1.16rem;
  margin: 10px 0;
  opacity: 0;
  text-align: center;
}

.visibility_data .entry_description {
  font-weight: 300;
  color: #FFE1BC;
  font-size: 1.16rem;
  margin-left: 22%;
  opacity: 0;
}

#unmatched_visibility_wrapper, #our_method_wrapper {
  display: none;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 990;
  background: #0A7377;
}

#unmatched_visibility_wrapper .back_button, #our_method_wrapper .back_button {
  margin: 30px 0;
}

.show_method #our_method_wrapper {
  display: block;
}

.visibility_comparison {
  overflow: hidden;
}

.visibility_comparison #unmatched_visibility_wrapper {
  display: block;
}

@media (min-width: 900px) {
  .visibility_data {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .visibility_data .visibility_entry {
    width: 15.3vw;
    margin: 20px 0px;
  }
  .visibility_data .visibility_entry .square_image_wrapper {
    width: 15.3vw;
    height: 15.3vw;
    opacity: 1;
  }
  .visibility_data .entry_title {
    font-size: 1.46rem;
    margin: 5px 0;
    text-align: center;
  }
  .visibility_data .entry_description {
    font-size: 1.46rem;
  }
}

.compare_cat {
  width: 100%;
  margin-bottom: 10vw;
}

.compare_cat .compare_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 2px #FFE1BC;
}

@media (min-width: 900px) {
  .compare_cat {
    width: 42%;
  }
  .compare_cat .compare_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: solid 2px #FFE1BC;
  }
}
/*# sourceMappingURL=visibility.css.map */