.main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  overflow: hidden;
}
.main > .background {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -100px;
  top: 310px;
  width: 100%;
  height: 100%;
}
.main .content-1 {
  width: 860px;
  min-width: 860px;
}
.main .content-1 .header {
  padding: 1rem;
  position: relative;
  height: 560px;
  z-index: 2;
}
.main .content-1 .header .logo {
  position: absolute;
  top: 100px;
  left: 10%;
  max-width: 360px;
}
.main .content-1 .header .logo img {
  width: 100%;
}
.main .content-1 .header .misc-1 {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 410px;
  width: 100%;
  top: 0;
}
.main .content-1 .header .misc-2 {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 160px;
  width: 100%;
  top: 410px;
}
.main .content-1 .storytime {
  position: relative;
  padding: 14rem 0 0 0;
  margin-top: -28rem;
  margin-left: 18rem;
  z-index: 1;
}
.main .content-1 .storytime .title {
  margin-left: 18rem;
  position: relative;
  font-weight: 900;
  font-size: 24pt;
}
.main .content-1 .storytime .caption {
  position: relative;
  max-width: 360px;
  margin: 2rem 0 2rem 18rem;
  font-size: 14pt;
}
.main .content-2 {
  width: 100%;
  position: relative;
}
.main .content-2 > .background {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .content-2 > .background-2 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.main .content-2 .vocabulary {
  color: #fff;
  padding: 8rem;
}
.main .content-2 .vocabulary .title {
  position: relative;
  font-weight: 900;
  margin-left: 12rem;
  font-size: 24pt;
}
.main .content-2 .vocabulary .caption {
  position: relative;
  max-width: 360px;
  margin: 2rem 0 2rem 12rem;
  font-size: 14pt;
}
.main .content-2 .vocabulary .tiles {
  margin-top: 5rem;
}
.main .tiles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 7rem;
  margin-bottom: 2rem;
  max-width: 660px;
}
.main .tiles .tile {
  display: block;
  padding: 1rem;
  width: 200px;
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  color: #fff;
}
.main .tiles .tile:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 0.65;
  text-decoration: none;
}
.main .tiles .tile .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1680px) {
  .main > .background {
    left: -240px;
    top: 320px;
  }
  .main .content-1 {
    width: 800px;
    min-width: 800px;
  }
}
@media screen and (max-width: 1440px) {
  .main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main > .background {
    background-position: 10% top;
    left: 0;
    top: auto;
    bottom: 500px;
    height: 880px;
  }
  .main .content-1 {
    width: 100%;
  }
  .main .content-1 .header .logo {
    left: 20%;
  }
  .main .content-1 .header .misc-1 {
    background-position: center top;
  }
  .main .content-1 .storytime {
    max-width: 980px;
    margin-top: -10rem;
    padding: 0;
  }
  .main .content-2 {
    background-color: #eea220;
    margin-top: 8rem;
  }
  .main .content-2 > .background {
    display: none;
  }
  .main .content-2 > .background-2 {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .main > .background {
    background-position: 25% top;
    left: 0;
    top: 300px;
    bottom: auto;
    height: 880px;
  }
  .main .content-1 {
    min-width: 0;
  }
  .main .content-1 .header .logo {
    max-width: 200px;
    left: 10%;
    top: 10%;
  }
  .main .content-1 .header .misc-2 {
    top: 250px;
  }
  .main .content-1 .storytime {
    background-color: #eea220;
    max-width: 980px;
    margin-top: -14rem;
    margin-left: 0;
    padding: 0;
  }
  .main .content-1 .storytime .title,
  .main .content-1 .storytime .caption {
    margin-left: 100px;
  }
  .main .content-2 {
    margin-top: -1rem;
  }
  .main .content-2 .vocabulary {
    padding: 8rem 2rem;
  }
  .main .tiles {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .main .content-1 .storytime .title,
  .main .content-1 .storytime .caption {
    margin-left: 3rem;
  }
  .main .content-2 {
    margin-top: -3rem;
  }
  .main .content-2 .vocabulary .title,
  .main .content-2 .vocabulary .caption {
    margin-left: 2rem;
  }
  .main .content-2 > .background-2 {
    background-position: 65% top;
  }
}
.pop-iframe {
  background-color: rgba(96,77,155,0.95);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  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;
  z-index: 3;
  visibility: hidden;
}
.pop-iframe .pop-content {
  padding: 1rem;
  position: relative;
  width: 82%;
  height: 86%;
  text-align: center;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-iframe .pop-content iframe {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pop-iframe .pop-content .title {
  font-family: 'Baloo Bhai', sans-serif;
  margin: 2rem 0;
  color: #fff;
}
.pop-iframe .pop-content .title a {
  color: #fff;
}
.pop-iframe .pop-content .pop-close {
  position: absolute;
  cursor: pointer;
  top: -5rem;
  right: 1rem;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-iframe .pop-content .pop-close:hover {
  color: #ffb500;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
.pop-iframe.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.pop-iframe.active .pop-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.video-pop {
  background-color: rgba(238,162,32,0);
  position: fixed;
  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;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 99;
}
.video-pop .video-wrapper {
  background-color: #000;
  height: 80%;
  width: 80%;
  -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
          transform: translateY(-300px);
}
.video-pop .video-wrapper video {
  height: 100%;
  width: 100%;
}
.video-pop .close {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  font-size: 4rem;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.video-pop .close:hover {
  -webkit-transform: rotate3d(0, 0, 1, 90deg) translateY(-1px);
          transform: rotate3d(0, 0, 1, 90deg) translateY(-1px);
}
.video-pop.active {
  background-color: rgba(255,165,0,0.95);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.video-pop.active .video-wrapper {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
