.pyramid-container {
  display: flex;
  background-color: #e9faf7;
  position: relative;
  margin-bottom: 54px;
}
.pyramid {
  padding-top: 110px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .pyramid {
    padding-top: 50px;
  }
}
.pyramid_segment {
  display: flex;
}
.pyramid_segment--top {
  margin-left: 35.7%;
  width: 28.55%;
}
.pyramid_segment--middle {
  width: 56.55%;
  margin-left: 21.7%;
}
.pyramid_segment--bottom {
  width: 100%;
}
.pyramid_button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 60px;
  margin-bottom: 10px;
}
.pyramid_blur {
  opacity: 0.2;
}
.text_segment {
  position: absolute;
  z-index: 2;
}
.text_segment--top {
  top: 25%;
  left: 20%;
  text-align: right;
}
.text_segment--middle {
  top: 47%;
  left: 3%;
  text-align: right;
}
.text_segment--bottom {
  bottom: 26%;
  left: 4%;
  text-align: right;
}
.right_text_segment--middle {
  top: 47%;
  right: 5%;
  text-align: left;
}
.image_div {
  position: relative;
  width: 100%;
  height: 100%;
}
.image_div img {
  height: 100%;
  width: 100%;
}
/*building positioned as separate image to make animation behind it*/
#building {
  position: absolute;
  pointer-events: none;
  top: 15%;
  width: 70%;
  height: 70%;
  left: 0;
}
/*-----------Start of animation container positioning---------------*/
.illustration-animation-elements {
  position: absolute;
}
#coins-container {
  pointer-events: none;
  top: -33%;
  width: 80%;
  height: 88%;
  left: 12.2%;
}
#cloud2-container {
  pointer-events: none;
  height: 173.1%;
  width: 65.8%;
  left: 18.1%;
  top: -65.74%;
  z-index: 3;
}
#bird-container {
  left: 33.5%;
  top: 25%;
  width: 67%;
  height: 55%;
}
#cloud-container {
  pointer-events: none;
  width: 465%;
  height: 410%;
  top: -149%;
  right: -132%;
}
/*-----------End of animation container positioning---------------*/
.hover_container {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.pig-container {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 230%;
  height: 100%;
  left: -68%;
  top: 0;
}
.cafe_container {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 225%;
  height: 100%;
  right: 0;
  top: 0;
}
.building_container {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 155%;
  height: 100%;
  top: 0;
  left: 0;
}
.lion_container {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 110%;
  height: 100%;
  top: 0;
  right: 0;
}
.pyramid_text_title {
  font-size: 24px;
  font-weight: bold;
  font-family: ClanPro, serif;
}
@media (max-width: 1199px) {
  .pyramid_text_title {
    font-size: 20px;
  }
}
.pyramid_text_title a {
  text-decoration: none;
}
.pyramid_text_description {
  font-size: 16px;
  font-family: ClanPro, serif;
  opacity: 0;
}
.left_text_block {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.right_text_block {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.responsive_view_block {
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .responsive_view_block {
    display: none;
  }
}
.responsive_view_block .middle_segment {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .responsive_view_block .middle_segment {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .responsive_view_block .middle_segment .middle-left {
    padding-right: 3%;
    text-align: right;
    width: 33%;
  }
}
@media (min-width: 768px) {
  .responsive_view_block .middle_segment .middle-right {
    padding-left: 3%;
    text-align: left;
    width: 33%;
  }
}
@media (min-width: 768px) {
  .responsive_view_block .middle_segment .center_line {
    border-left: 2px solid #74a0be;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .responsive_view_block .middle_segment .center_line {
    border-bottom: 2px solid #74a0be;
    width: 120px;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
.responsive_view_block .responsive_view_block--title {
  font-size: 22px;
  font-weight: bold;
}
.responsive_view_block .responsive_view_block--description {
  font-size: 16px;
}
/*-----------Light box css ------------------*/
.pyramid_video_lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: none;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.pyramid_video_lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 10% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pyramid_video_lightbox-container {
    margin-top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .pyramid_video_lightbox-container {
    margin-top: 30%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .pyramid_video_lightbox-container {
    width: 65%;
    margin: 8% auto;
  }
}
.pyramid_video_lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.pyramid_video_lightbox-close {
  text-transform: uppercase;
  background: 0 0;
  position: absolute;
  font-weight: 300;
  font-size: 20px;
  display: block;
  border: none;
  color: #fff;
  top: -22px;
  right: 2%;
  text-decoration: none;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

