

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}
.azan-wrapper-tab {
  width: 100%;
  height: 100%;
  min-height: 4000px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;


  background-image: url("assets/tab/rightbg1.png"), url("assets/tab/rightbg2.png"), url("assets/tab/rightbg1.png"), url("assets/tab/rightbg2.png"), url("assets/tab/rightbg1.png"), url("assets/tab/rightbg2.png"),  url("assets/tab/rightbg1.png"), url("assets/tab/rightbg2.png"),
    url("assets/tab/leftbg.png"), url("assets/tab/leftbg.png"), url("assets/tab/leftbg.png"), url("assets/tab/leftbg.png"),
    url("assets/tab/leftbg.png"), url("assets/tab/leftbg.png"), url("assets/tab/leftbg.png"), url("assets/background.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 3600px right, top 4200px right, top 2400px right, top 3000px right, top 1200px right, top 1800px right, top right, top 600px right, top 4000px left, top 3200px left,
   top 2400px left, top 1600px left, top 800px left, top 800px left, top left, top left;
  background-size: 400px, 700px, 400px, 700px, 400px, 700px, 400px, 700px, 400px, 400px, 400px, 400px, 400px, 400px, 400px, cover;
}

.content-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.images-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.image-tab {
  height: 260px;
}

@media (max-width: 850px) {
  .image-tab {
    height: auto;
    width: 100%;
  }
  span.insectHighlight {
      padding: 0;

  }

  span.insectSpan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 300px
  }
  .azan-wrapper-tab {

    min-height: 3500px;
    background-image: none;
  }

  .image-row {
    max-height: 125px;
  }
  .image-row2 {
    max-height: 100px;
  }

  .sticky {
    margin-left: 14px;
  }
}

.images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.image-row {
  max-height: 180px;
  height: 100%;
  margin: 16px 8px;
  max-width:100%;
}

.image-row2 {
  max-height: 150px;
  height: 100%;
  margin: 16px 8px;
  max-width:100%;
}
.image-arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  max-width: 100%;
}
.image-arrow {
  max-width: 100px;
}

div.sticky {
  position: sticky;
  top: -12px;
  overflow: hidden;
}

span.sticky2 {
  position: sticky;
  top: 64px;
}

.sticky {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -24px;
  background-image: url("assets/background.png");
  background-size: cover;
}

.grow { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.grow:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
