.aoh-body-main {
  background: url("../images/fire_sparks.webp") no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  font-family: "Fresca", sans-serif;
  background-color: black;
}

.aoh-page-grid-row-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr, 1fr, 100px, 1fr, 100px, 1fr, 100px, 1fr, 1fr, 200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100vw;
  padding-top: 20px;
}

.parallax-effect {
  /* The image used */
  background-image: url('"../images/fire_sparks.webp');
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*  header title sections */
.aoh-header-title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-rows: 85px;
}

.aoh-header-text {
  grid-area: 1/1/2/2;
  color: #ffbf00;
  font: normal;
  font-size: 46px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  padding: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.aoh-nav-bar {
  flex-direction: row-reverse;
  background-color: rgba(28, 28, 28, 0.8);
  min-width: 505px;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 10;
  padding-right: 20px;
  display: none;
  height: 0px;
}
.aoh-nav-bar .aoh-nav-link-text {
  color: #ffbf00;
  font-size: 24px;
  margin-left: 30px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70px;
  padding: 10px;
  float: right;
}
.aoh-nav-bar .aoh-nav-link-text a {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  cursor: pointer;
  color: #ffbf00;
}
.aoh-nav-bar .aoh-nav-link-text:hover {
  background-color: rgba(131, 32, 3, 0.3);
}
.aoh-nav-bar .aoh-nav-link-icon {
  font-size: 20px;
  color: #ffbf00;
  margin-left: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  float: right;
}
.aoh-nav-bar .aoh-nav-link-icon a {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  cursor: pointer;
  color: #ffbf00;
}
.aoh-nav-bar .aoh-nav-link-icon ion-icon {
  font-size: 30px;
}
.aoh-nav-bar .aoh-nav-link-icon:hover {
  background-color: rgba(131, 32, 3, 0.4);
  border-radius: 50%;
}

.aoh-logo-section {
  background-color: transparent;
  height: -moz-fit-content;
  height: fit-content;
}

.aoh-logo-wrapper {
  text-align: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 50px;
  max-width: 90%;
}

.aoh-tag-line-text {
  color: #ffbf00;
  font: normal;
  font-size: 30px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.aoh-episodes-button-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}

.aoh-episodes-button {
  background: #832003;
  border-radius: 33.5px;
  border: 1px solid #000;
  opacity: 1;
  width: 292px;
  height: 78px;
  color: #FFF;
  font-size: 18pt;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aoh-episodes-button:hover {
  background: #b42003;
}

.aoh-tara-section {
  background-color: rgba(28, 28, 28, 0.8);
  display: grid;
  grid-template-columns: 380px 3fr;
  /* grid-template-rows: 1fr; */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: -moz-fit-content;
  min-height: 650px;
  /* height: fit-content; */
  padding-left: 20px;
  position: relative;
}

.aoh-tara-img {
  grid-area: 1/1/2/2;
}

.aoh-tara-word-bubble-wrapper {
  grid-area: 1/2/2/3;
  padding-right: 10px;
  z-index: 2;
}

.aoh-tara-word-bubble-text {
  font-size: 30pt;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.aoh-tara-img {
  overflow: hidden;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.aoh-tara-img > img {
  margin-left: -280px;
  height: 1050px;
  margin-top: -30px;
}

/* (A) SPEECH BOX */
.speech {
  /* (A1) FONT */
  font-size: 22pt;
  /* (A2) COLORS */
  color: #fff;
  background: #832003;
  /* (A3) DIMENSIONS + POSITION */
  position: relative;
  padding: 20px;
  border-radius: 40px;
  margin: 50px auto;
  max-width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 200px;
}

/* (B) ADD SPEECH "CALLOUT TAIL" */
/* (B1) USE ::AFTER TO CREATE THE "TAIL" */
.speech::after {
  /* (B1-1) ATTACH TRANSPARENT BORDERS */
  content: "";
  border: 20px solid transparent;
  /* (B1-2) NECESSARY TO POSITION THE "TAIL" */
  position: absolute;
}

/* (B2) BOTTOM "CALLOUT TAIL" */
.bottom.speech::after {
  /* (B2-1) DOWN TRIANGLE */
  border-top-color: #832003;
  border-bottom: 0;
  /* (B2-2) POSITION AT BOTTOM */
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}

/* (C) DIFFERENT TAIL POSITIONS */
/* (C1) TOP */
.top.speech::after {
  /* (C1-1) UP TRIANGLE */
  border-bottom-color: #832003;
  border-top: 0;
  /* (C1-2) POSITION AT TOP */
  top: -20px;
  left: 50%;
  margin-left: -20px;
}

/* (C2) LEFT */
.left.speech::after {
  /* (C2-1) LEFT TRIANGLE */
  border-right-color: #832003;
  border-left: 0;
  /* (C2-2) POSITION AT LEFT */
  left: -20px;
  top: 20%;
  margin-top: -20px;
}

/* (C3) RIGHT */
.right.speech::after {
  /* (C3-1) RIGHT TRIANGLE */
  border-left-color: #832003;
  border-right: 0;
  /* (C3-2) POSITION AT RIGHT */
  right: -20px;
  top: 50%;
  margin-top: -20px;
}

/* story */
.aoh-story-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  background-color: rgba(28, 28, 28, 0.8);
}

.aoh-story-text {
  text-align: left;
  color: #ffbf00;
  letter-spacing: 0px;
  font-size: 36px;
  padding: 40px;
  grid-area: 1/1/2/2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-right: 100px;
  padding-left: 100px;
}

/* FACTIONS */
.aoh-factions-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  background-color: rgba(28, 28, 28, 0.8);
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.aoh-factions-subsection-demons {
  grid-area: 1/1/2/2;
  padding-bottom: 40px;
}

.aoh-factions-subsection-angel {
  grid-area: 2/1/3/2;
  padding-bottom: 40px;
}

.aoh-faction-subsection-supernats {
  grid-area: 3/1/4/2;
}

/* left section */
.aoh-left-subsection-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 0px;
  grid-auto-rows: max-content;
  margin-left: 20px;
}

.aoh-left-image, aoh-left-text {
  grid-row: 1/2;
}

.aoh-left-image {
  grid-column: 1/2;
  align-self: center;
}

.aoh-left-text-wrapper {
  grid-row: 1/2;
  grid-column: 1/-1;
  align-self: center;
  min-height: 210px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 380px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* right section */
.aoh-right-subsection-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 0px;
  grid-auto-rows: max-content;
  margin-right: 20px;
  margin-left: 20px;
}

.aoh-right-image, aoh-left-text {
  grid-row: 1/2;
}

.aoh-right-image {
  grid-column: 9;
  align-self: center;
}

.aoh-right-text-wrapper {
  grid-row: 1/2;
  grid-column: 1/-1;
  align-self: center;
  min-height: 210px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 380px;
  padding-left: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.aoh-demons-img > img {
  width: 400px;
}

.aoh-demons-section {
  border: 2px solid red;
  color: red;
  border-radius: 10px;
  min-height: 210px;
  padding: 20px;
  font-size: 36px;
}

.aoh-angels-img > img {
  width: 400px;
}

.aoh-angels-section {
  border: 2px solid rgb(0, 179, 255);
  color: rgb(0, 179, 255);
  border-radius: 10px;
  min-height: 210px;
  padding: 20px;
  font-size: 36px;
}

.aoh-supernats-img > img {
  width: 400px;
}

.aoh-supernats-section {
  border: 2px solid green;
  color: green;
  border-radius: 10px;
  min-height: 210px;
  padding: 20px;
  font-size: 36px;
}

/* ORGANIZATIONS */
.aoh-organizations-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  background-color: rgba(28, 28, 28, 0.8);
  padding-top: 20px;
  padding-right: 100px;
  padding-left: 100px;
}

.aoh-organizations-subsection-gehenna {
  grid-area: 1/1/2/2;
}

.aoh-organizations-subsection-caellum {
  grid-area: 2/1/3/2;
  padding-bottom: 40px;
}

.aoh-organizations-subsection-sss {
  grid-area: 3/1/4/2;
  padding-bottom: 40px;
}

.aoh-organizations-subsection-council {
  grid-area: 4/1/5/2;
}

.aoh-gehenna-img > img {
  width: 400px;
}

.aoh-gehenna-section {
  border: 2px solid red;
  color: red;
  border-radius: 10px;
  min-height: 210px;
  padding: 20px;
  font-size: 36px;
}

.aoh-caellum-img > img {
  width: 400px;
}

.aoh-caellum-section {
  border: 2px solid rgb(0, 179, 255);
  color: rgb(0, 179, 255);
  border-radius: 10px;
  min-height: 210px;
  padding: 20px;
  font-size: 36px;
}

.aoh-sss-img > img {
  width: 400px;
}

.aoh-sss-section {
  border: 2px solid green;
  color: green;
  border-radius: 10px;
  min-height: 210px;
  padding: 20px;
  font-size: 36px;
}

.aoh-council-img > img {
  width: 400px;
}

.aoh-council-section {
  border: 2px solid rgb(132, 3, 164);
  color: rgb(132, 3, 164);
  border-radius: 10px;
  min-height: 210px;
  padding: 20px;
  font-size: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* collection section */
.aoh-collection-section {
  color: #ffbf00;
  display: grid;
  grid-template-columns: 600px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 30px;
}

.aoh-collection-section-wrapper {
  background-color: rgba(131, 32, 3, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.aoh-collection-details {
  grid-area: 1/1/2/2;
  align-self: center;
  max-width: 400px;
  min-width: 400px;
}

.aoh-collection-img {
  grid-area: 1/2/2/3;
}

.aoh-collection-img > img {
  height: 600px;
}

.aoh-collection-text-line {
  color: #ffbf00;
  font-size: 46px;
  text-align: left;
}

.aoh-collection-names-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  color: #ffbf00;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 420px;
  max-width: 420px;
}

.aoh-ritzy {
  grid-area: 1/1/2/2;
}

.aoh-holo {
  grid-area: 1/2/2/3;
}

.aoh-harle {
  grid-area: 2/1/3/2;
}

.aoh-wild {
  grid-area: 2/2/3/3;
}

.aoh-kooky {
  grid-area: 3/1/4/2;
}

.aoh-empty {
  grid-area: 3/2/4/3;
}

.aoh-name {
  font-size: 20pt;
  text-align: left;
  word-wrap: nowrap;
}

/* footer */
.aoh-footer {
  background-color: rgba(28, 28, 28, 0.8);
  padding: 20px;
  min-height: 180px;
}
.aoh-footer a {
  color: white;
  height: 30px;
}
.aoh-footer ion-icon {
  color: white;
  height: 30px;
  display: contents;
}
.aoh-footer .contact-icon {
  color: white;
  height: 30px;
}

.aoh-logo-footer > img {
  height: 150px;
}

.footer-text-copyright {
  color: white;
  font-size: 14pt;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.aoh-episodes-video-player {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
  margin-left: 30px;
  margin-right: 30px;
}
.aoh-episodes-video-player iframe {
  width: 810px !important;
  height: 490px !important;
}

.aoh-video-episode-thumbnail-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aoh-video-episode-thumbnail {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  flex-direction: column;
}

.aoh-video-episode-img {
  height: 160px;
  border-radius: 4px;
  border: 1px solid gray;
  cursor: pointer;
  position: relative;
}
.aoh-video-episode-img:hover {
  border-color: #b42003;
}

.aoh-video-episode-img:hover {
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
}

.aoh-video-episode-img:last-of-type:hover {
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(232, 0, 0, 0.67);
}

.aoh-video-episode-selected img {
  border-color: #832003;
}

.aoh-video-episode-details {
  padding: 8px 22px;
  color: white;
  border-radius: 8px;
  max-width: 200px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aoh-video-episode-details .episode-title {
  font-size: 15pt;
  margin-bottom: 10px;
}
.aoh-video-episode-details .episode-details {
  font-size: 11pt;
}

.aoh-episodes-footer {
  text-align: center;
  background-color: rgba(28, 28, 28, 0.8);
  min-height: 180px;
}
.aoh-episodes-footer .aoh-footer {
  background-color: rgba(28, 28, 28, 0.8);
  padding: 20px;
  min-height: 180px;
}

.aoh-page-episodes-wrapper {
  overflow: hidden;
  padding-top: 70px;
}

a {
  color: #fff;
}

/* header */
.header {
  background-color: rgba(28, 28, 28, 0.8);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  height: 0px;
  display: none;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #6f1c04;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  font-size: 40pt;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffbf00;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 0px 50px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 25px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 450px;
  border-bottom: 1px solid #6f1c04;
}

/* media queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .aoh-nav-bar {
    display: none;
    height: 0px;
  }
  .header {
    display: block;
    height: 60px;
  }
  ion-icon[name=menu-outline] {
    fill: white;
    color: white;
    height: 60px;
    width: 60px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .aoh-nav-bar {
    display: none;
    height: 0px;
  }
  .header {
    display: block;
    height: 60px;
  }
  ion-icon[name=menu-outline] {
    fill: white;
    color: white;
    height: 60px;
    width: 60px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .aoh-nav-bar {
    display: none;
    height: 0px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .aoh-nav-bar {
    display: block;
    height: 50px;
  }
  .header {
    display: none;
    height: 0px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .aoh-nav-bar {
    display: block;
    height: 50px;
  }
  .header {
    display: none;
    height: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .aoh-nav-bar {
    display: block;
    height: 50px;
  }
  .header {
    display: none;
    height: 0px;
  }
}
.aoh-mobile-layout {
  margin-left: -10px;
  /* demons section */
  /* angels section */
  /* supernats section */
  /* Gehenna Section */
  /* Caellum Section */
  /* SSS Section */
  /* Council Section */
  /* collection section */
}
.aoh-mobile-layout ion-icon[name=menu-outline] {
  fill: white;
  color: white;
  height: 60px;
  width: 60px;
}
.aoh-mobile-layout .aoh-header-title {
  grid-template-rows: auto;
  font-size: 36px;
}
.aoh-mobile-layout .aoh-tara-section {
  display: flex;
  flex-direction: column;
  position: relative;
  max-height: 1300px;
}
.aoh-mobile-layout .aoh-tara-img {
  overflow: hidden;
  height: 100%;
  position: relative;
  align-content: center;
  justify-content: center;
  margin-left: 0px;
  margin-top: -45px;
}
.aoh-mobile-layout .aoh-tara-img > img {
  margin-left: 0px;
  margin-top: 0px;
}
.aoh-mobile-layout .aoh-tara-word-bubble-text {
  font-size: 40px;
}
.aoh-mobile-layout .aoh-story-text {
  font-size: 40px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.aoh-mobile-layout .aoh-factions-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.aoh-mobile-layout .aoh-left-subsection-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.aoh-mobile-layout .aoh-right-subsection-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.aoh-mobile-layout .aoh-left-image {
  grid-area: 1/1/2/2;
  align-self: center;
}
.aoh-mobile-layout .aoh-right-image {
  grid-column: unset;
  align-self: center;
}
.aoh-mobile-layout .aoh-left-text-wrapper {
  grid-area: 2/1/3/2;
  padding-top: unset;
  padding-bottom: unset;
  padding-right: unset;
  padding-left: unset;
  margin-top: -15px;
}
.aoh-mobile-layout .aoh-right-text-wrapper {
  grid-area: 2/1/3/2;
  padding-top: unset;
  padding-bottom: unset;
  padding-right: unset;
  padding-left: unset;
  margin-top: -15px;
}
.aoh-mobile-layout .aoh-factions-subsection-demons {
  padding-bottom: 10px;
  padding-right: 10px;
}
.aoh-mobile-layout .aoh-demons-img > img {
  width: 450px;
  max-width: 80%;
}
.aoh-mobile-layout .aoh-demons-section {
  font-size: 40px;
}
.aoh-mobile-layout .aoh-factions-subsection-angels {
  padding-bottom: 10px;
}
.aoh-mobile-layout .aoh-angels-img > img {
  width: 450px;
  max-width: 80%;
}
.aoh-mobile-layout .aoh-angels-section {
  font-size: 40px;
}
.aoh-mobile-layout .aoh-left-subsection-grid {
  padding-bottom: 10px;
  padding-right: 10px;
}
.aoh-mobile-layout .aoh-supernats-img > img {
  width: 450px;
  max-width: 80%;
}
.aoh-mobile-layout .aoh-supernats-section {
  font-size: 40px;
}
.aoh-mobile-layout .aoh-organizations-row {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-left: 0px;
  padding-right: 0px;
}
.aoh-mobile-layout .aoh-organizations-subsection-gehenna {
  padding-bottom: 10px;
}
.aoh-mobile-layout .aoh-gehenna-img > img {
  width: 450px;
  max-width: 80%;
}
.aoh-mobile-layout .aoh-gehenna-section {
  font-size: 40px;
}
.aoh-mobile-layout .aoh-organizations-subsection-caellum {
  padding-bottom: 10px;
}
.aoh-mobile-layout .aoh-caellum-img > img {
  width: 450px;
  max-width: 80%;
}
.aoh-mobile-layout .aoh-caellum-section {
  font-size: 40px;
}
.aoh-mobile-layout .aoh-organizations-subsection-sss {
  padding-bottom: 10px;
}
.aoh-mobile-layout .aoh-sss-img > img {
  width: 450px;
  max-width: 80%;
}
.aoh-mobile-layout .aoh-sss-section {
  font-size: 40px;
}
.aoh-mobile-layout .aoh-organizations-subsection-council {
  padding-bottom: 40px;
}
.aoh-mobile-layout .aoh-council-img > img {
  width: 450px;
  max-width: 80%;
}
.aoh-mobile-layout .aoh-council-section {
  font-size: 40px;
}
.aoh-mobile-layout .aoh-collection-section {
  display: block;
  padding: 30px;
}
.aoh-mobile-layout .aoh-collection-section-wrapper {
  flex-direction: column;
}
.aoh-mobile-layout .aoh-collection-text-line {
  text-align: center;
}
.aoh-mobile-layout .aoh-collection-names-list-grid {
  display: block;
}
.aoh-mobile-layout .aoh-name {
  text-align: center;
  font-size: 40pt;
}
.aoh-mobile-layout .aoh-collection-details > div:first-child {
  font-size: 50pt;
}
.aoh-mobile-layout .aoh-video-episode-img {
  height: 250px;
}
.aoh-mobile-layout .aoh-video-episode-details {
  width: 360px;
  max-width: 360px;
}
.aoh-mobile-layout .aoh-video-episode-details .episode-title {
  font-size: 24pt;
}
.aoh-mobile-layout .aoh-video-episode-details .episode-details {
  font-size: 20pt;
}/*# sourceMappingURL=default.css.map */