html body .main {
  margin: 0;
  overflow-x: hidden;
  font-size: initial;
  font-family: initial;
  line-height: initial;
  color: initial;
  -webkit-font-smoothing: antialiased;
  font-family: 'UnitedSansCond-Heavy', sans-serif;
}

html body img {
  max-width: initial;
  height: initial;
  vertical-align: initial;
}

#riotbar-account-dropdown {
  height: auto !important;
}

.riotbar-navmenu-dropdown {
  height: auto !important;
}

.main {
  position: relative;
  height: 880px;
  overflow: hidden;
}

/* TEXT */

  @font-face {
    font-family: 'UnitedSansCond-Heavy';
    src: url('../fonts/UnitedSansCond-Heavy.otf') format('opentype');
  }

  @font-face {
    font-family: 'UnitedSerifReg-Bold';
    src: url('../fonts/UnitedSerifReg-Bold.otf') format('opentype');
  }

  .mtt-p {
    font-family: 'Helvetica', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #ccc;
    font-size: 14px;
    margin: 0;
    font-weight: 200;
    line-height: 25px;
  }

/* NAV */
  .nav {
    z-index: 1002;
  }

  .nav > div {
    height: 90px;
    width: 90px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }

  #nav-left {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/nav-icons.png') 0px 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-650px, -90%);
            transform: translate(-650px, -90%);
  }

  #nav-right {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/nav-icons.png') 90px 90px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(650px, -90%);
            transform: translate(650px, -90%);
  }

  #nav-left.animation {
    -webkit-animation: 2s buttonLeftScale infinite;
            animation: 2s buttonLeftScale infinite;
  }

  #nav-right.animation {
    -webkit-animation: 2s buttonRightScale infinite;
            animation: 2s buttonRightScale infinite;
  }

  .nav > div.disable {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }

  .nav > div.animation:before {
    content : ' ';
    display: block;
    position: absolute;
    height: 88px;
    width: 88px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 50%;
    border: 2px solid #999;
    -webkit-animation: 2s pulse infinite;
            animation: 2s pulse infinite;
  }


  @-webkit-keyframes pulse {
    0% {
      height: 88px;
      width: 88px;
      opacity: 0;
    }

    10% {
      opacity: 1;
    }

    50% {
      height: 130px;
      width: 130px;
      opacity: 0;
    }

    100% {
      height: 130px;
      width: 130px;
      opacity: 0;
    }
  }


  @keyframes pulse {
    0% {
      height: 88px;
      width: 88px;
      opacity: 0;
    }

    10% {
      opacity: 1;
    }

    50% {
      height: 130px;
      width: 130px;
      opacity: 0;
    }

    100% {
      height: 130px;
      width: 130px;
      opacity: 0;
    }
  }

  @-webkit-keyframes buttonLeftScale {
    0% {
      -webkit-transform: translate(-650px, -90%) scale(1);
              transform: translate(-650px, -90%) scale(1);
    }

    10% {
      -webkit-transform: translate(-650px, -90%) scale(1.02);
              transform: translate(-650px, -90%) scale(1.02);
    }

    20% {
      -webkit-transform: translate(-650px, -90%) scale(1);
              transform: translate(-650px, -90%) scale(1);
    }

    100% {
      -webkit-transform: translate(-650px, -90%) scale(1);
              transform: translate(-650px, -90%) scale(1);
    }
  }

  @keyframes buttonLeftScale {
    0% {
      -webkit-transform: translate(-650px, -90%) scale(1);
              transform: translate(-650px, -90%) scale(1);
    }

    10% {
      -webkit-transform: translate(-650px, -90%) scale(1.02);
              transform: translate(-650px, -90%) scale(1.02);
    }

    20% {
      -webkit-transform: translate(-650px, -90%) scale(1);
              transform: translate(-650px, -90%) scale(1);
    }

    100% {
      -webkit-transform: translate(-650px, -90%) scale(1);
              transform: translate(-650px, -90%) scale(1);
    }
  }

  @-webkit-keyframes buttonRightScale {
    0% {
      -webkit-transform: translate(650px, -90%) scale(1);
              transform: translate(650px, -90%) scale(1);
    }

    10% {
      -webkit-transform: translate(650px, -90%) scale(1.02);
              transform: translate(650px, -90%) scale(1.02);
    }

    20% {
      -webkit-transform: translate(650px, -90%) scale(1);
              transform: translate(650px, -90%) scale(1);
    }

    100% {
      -webkit-transform: translate(650px, -90%) scale(1);
              transform: translate(650px, -90%) scale(1);
    }
  }

  @keyframes buttonRightScale {
    0% {
      -webkit-transform: translate(650px, -90%) scale(1);
              transform: translate(650px, -90%) scale(1);
    }

    10% {
      -webkit-transform: translate(650px, -90%) scale(1.02);
              transform: translate(650px, -90%) scale(1.02);
    }

    20% {
      -webkit-transform: translate(650px, -90%) scale(1);
              transform: translate(650px, -90%) scale(1);
    }

    100% {
      -webkit-transform: translate(650px, -90%) scale(1);
              transform: translate(650px, -90%) scale(1);
    }
  }
/* BACKGROUND IMAGES */

  #background-images {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-transition: -webkit-transform 1s ease-in-out;

    transition: -webkit-transform 1s ease-in-out;

    transition: transform 1s ease-in-out;

    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }

  #title-page-background {

  }

/* TITLE PAGE */

  #title-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }

  #logo {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }

  #crests {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }

  #crests-parent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  #crests-parent > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #title-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100vw;
    max-width: 1000px;
    bottom: 360px;
    z-index: 1;
    text-align: center;
  }

  .title {
    text-shadow: -1px 0 black, 0 3px black, 1px 0 black, 0 -1px black;
  }

  #title-parent > div {
    -webkit-font-smoothing: antialiased;
    font-family: 'UnitedSansCond-Heavy', sans-serif;
    font-size: 180px;
    color: #8e744b;
    letter-spacing: -0.01em;
    margin: 0;
  }

  #title-parent > div:not(.title) {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    text-align: center;
  }

  .title-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 33, 21, 1)), to(rgba(147, 121, 77, 1)));
    background: linear-gradient(rgba(40, 33, 21, 1), rgba(147, 121, 77, 1));
    top: 2px;
  }

  .title-pattern {
    background-image: url(//game.gtimg.cn/images/lpl/es/act/a20180423teams/landing-texture-headline.png);
    top: 0;
  }

  .title-pattern:before,
  .title-pattern:after {
    position: absolute;
    content: '';
  }

/* TEAM PAGE */

  .team-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    z-index: 1;
    pointer-events: none;
  }

  .team {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-69%);
            transform: translateX(-69%);
  }

  .crest {
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-82%);
            transform: translateX(-82%);
  }

  .names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 900px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }

  .name-container {
    width: 180px;
    max-width: 180px;
    height: 40px;
    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;
  }

  .name-container:nth-child(1),
  .name-container:nth-child(2) {
    margin-right: -20px;
  }

  .name-container:nth-child(4),
  .name-container:nth-child(5) {
    margin-left: -20px;
  }

  .name-container:nth-child(odd) {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  .name-container > div {
    font-family: 'UnitedSerifReg-Bold', sans-serif;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    background-image: gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

    position: absolute;
    padding: 10px 10px 7px 40px;
  }

  .name-container > div:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 0px 2px 5.1px 0.9px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 5.1px 0.9px rgba(0, 0, 0, 0.5);
  }

  .name-container > div:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 5px;
  }

  .name-top:before {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/nav-icons.png') 0px 0px;
  }

  .name-jungle:before {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/nav-icons.png') -30px 0px;
  }

  .name-mid:before {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/nav-icons.png') -60px 0px;
  }

  .name-adc:before {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/nav-icons.png') -90px 0px;
  }

  .name-support:before {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/nav-icons.png') -120px 0px;
  }


/* STATES */

  .active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  }

  .offstage-left {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: -webkit-transform 1s ease-in;
    transition: -webkit-transform 1s ease-in;
    transition: transform 1s ease-in;
    transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  }

  .offstage-right {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-transition: -webkit-transform 1s ease-in;
    transition: -webkit-transform 1s ease-in;
    transition: transform 1s ease-in;
    transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  }

  #crests-parent > div.offstage-left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  #crests-parent > div.offstage-right {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

/* TRANSITIONAL STUFF */

/*  .team-page, #title-page {
    transition: transform 1s ease-in-out;
  }*/

/* PAGE SELECTION */

  #page-selection {
    position: relative;
    z-index: 1;
    cursor: pointer;
  }

  #page-selection-header {
    width: 410px;
    height: 33px;
    background-image: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/selection-bar.jpg');
  }

  #page-selection-header:after {
    content: ' ';
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 10px;
    bottom: 13px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    background-image: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/selection-arrow.png');
  }
  #page-selection-header.active:after {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }

  #page-selection-dropdown {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 33px;
  }

  #page-selection-dropdown.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #page-selection-header > div,
  #page-selection-dropdown > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 410px;
    height: 33px;
    color: #000;
    font-size: 21px;
    padding-left: 8px;
    line-height: 33px;

  }

  #page-selection-header > div span,
  #page-selection-dropdown > div span {
    -webkit-font-smoothing: antialiased;
    font-family: 'UnitedSerifReg-Bold', sans-serif;
  }

  #page-selection-dropdown > div {
    background-color: #fff;
    border-bottom: 1px solid #a1a1a1;
  }

  #page-selection-dropdown > div:hover {
    background-image: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/selection-hover.jpg');
  }

  #selection-clickout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }

  #selection-clickout.active {
    display: block;
  }

/* PAGE INFO */

  #page-info-parent {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(17%);
            transform: translateX(17%);
    padding: 25px;
    width: 460px;
    height: 700px;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(0.7, rgba(0, 0, 0, 0.7)), color-stop(1, rgba(0, 0, 0, 0)));
    background-image: gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(0.7, rgba(0, 0, 0, 0.7)), color-stop(1, rgba(0, 0, 0, 0)));
  }

  #page-info-parent:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 222px;
    left: 25px;
    width: 410px;
    height: 138px;
    background-image: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/team-info-gradient.png');
    pointer-events: none;
  }

  .page-info {
    margin-top: 20px;
  }

  /* For BAUSUPERMASSIVE */
  #tcl-info .team-name:first-child {
    font-size: 60px;
  }

  #tcl-info .team-info.short {
    height: 270px;
  }

  .team-name {
    position: relative;
    font-size: 80px;
    margin: -10px 0;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    background-image: gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .team-name:after {
    text-shadow: 0px 3px 3px #000;
    color: transparent;
    content: attr(title);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .team-info {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 20px;
    padding: 0 30px 0 10px;
    width: 440px;
  }


  .team-info::-webkit-scrollbar {
      width: 24px;
      height: 1px;
  }

  .team-info::-webkit-scrollbar-track {
      display: none;
  }

  .team-info::-webkit-scrollbar-thumb {
      height: 24px;
      border: 8px solid rgba(255, 255, 255, 0);
      background-clip: padding-box;
      -webkit-border-radius: 24px;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b59f7e), color-stop(0.1, #a9895d), color-stop(0.9, #a9895d), color-stop(1, #856b47));
  }

  .team-info::-webkit-scrollbar-corner {
      background-color: transparent;
  }

  .team-info.short {
    height: 250px;
  }

  .team-info.tall {
    height: 325px;
  }

/* COACH/SUB */

  .team-sub-coach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px;
    position: relative;
  }

  .sub-coach {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 22px;
  }

  .sub-coach .image {
    width: 100px;
    height: 130px;
  }

  .sub-coach .name,
  .sub-coach .role {
    font-family: 'UnitedSerifReg-Bold', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    background-image: gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .sub-coach .name {
    font-size: 16px;
    margin-top: 10px;
  }

  .sub-coach .role {
    font-size: 12px;
    margin-top: 5px;
  }

  #cblol-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') 0px 0px;
  }

  #cblol-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -100px 0px;
  }

  #cls-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -400px 0px;
  }

  #cls-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -500px 0px;
  }

  #eulcs-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') 0px -130px;
  }

  #eulcs-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -100px -130px;
  }

  #gpl-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -200px -130px;
  }

  #gpl-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -300px -130px;
  }

  #lck-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -400px -130px;
  }

  #lck-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -500px -130px;
  }

  #lcl-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -200px 0px;
  }

  #lcl-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -300px 0px;
  }

  #ljl-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') 0px -260px;
  }

  #ljl-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -100px -260px;
  }

  #lln-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -200px -260px;
  }

  #lln-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -300px -260px;
  }

  #lms-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -400px -260px;
  }

  #lms-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -500px -260px;
  }

  #lpl-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -200px -390px;
  }

  #lpl-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -300px -390px;
  }

  #nalcs-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -400px -390px;
  }

  #nalcs-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -500px -390px;
  }

  #opl-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') 0px -520px;
  }

  #opl-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -100px -520px;
  }

  #tcl-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -200px -520px;
  }

  #tcl-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -300px -520px;
  }

  #vcs-sub {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -400px -520px;
  }

  #vcs-coach {
    background: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/subs-coaches.jpg') -500px -520px;
  }


@media (max-width: 1300px) {
  #footer {
    display: none;
  }

  .main {
    padding-top: 800px;
    height: auto;
  }

  #background-images {
    height: 800px;
  }

  #crests {
    max-width: 100%;
  }

  .team-page {
    height: 800px;
    -webkit-transition: initial;
    transition: initial;
  }

  #title-page {
    -webkit-transition: initial;
    transition: initial;
    height: initial;
  }

  #page-info-parent {
    display: none !important;
  }

  .offstage-left,
  .offstage-right {
    display: none;
  }

  .team {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
  }

  .crest {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
    bottom: 190px;
    top: initial;
  }

  #crests-parent {
    height: 800px;
  }

  .names {
    display: none;
  }

  #page-selection-mobile {
    margin: auto;
    position: relative;
    z-index: 99;
  }

  #page-selection-header-mobile {
    position: relative;
    width: 410px;
    height: 33px;
    background-image: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/selection-bar.jpg');
    margin: 40px 100px;
    cursor: pointer;
  }

  #page-selection-header-mobile:after {
    content: ' ';
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 10px;
    bottom: 13px;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    background-image: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/selection-arrow.png');
  }
  #page-selection-header-mobile.active:after {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }

  #page-selection-dropdown-mobile {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 33px;
    margin-left: 100px;
  }

  #page-selection-dropdown-mobile.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #page-selection-header-mobile > div,
  #page-selection-dropdown-mobile > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 410px;
    height: 33px;
    color: #000;
    font-size: 21px;
    padding-left: 8px;
    cursor: pointer;
  }

  #page-selection-header-mobile > div span,
  #page-selection-dropdown-mobile > div span {
    -webkit-font-smoothing: antialiased;
    font-family: 'UnitedSerifReg-Bold', sans-serif;
  }

  #page-selection-dropdown-mobile > div {
    background-color: #fff;
    border-bottom: 1px solid #a1a1a1;
  }

  #page-selection-dropdown-mobile > div:hover {
    background-image: url('//game.gtimg.cn/images/lpl/es/act/a20180423teams/selection-hover.jpg');
  }

  #page-info-mobile {
    max-width: calc(100% - 200px);
    margin: auto auto 100px auto;
    background-color: #000;
  }

  #page-info-mobile div {
    width: 100%;
  }

  .team-name {
    font-size: 120px;
  }

  .mobile-names {
    margin-top: 10px;
  }

  .mobile-names > div {
    font-family: 'UnitedSerifReg-Bold', sans-serif;
    font-size: 36px;
    -webkit-font-smoothing: antialiased;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    background-image: gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    padding: 8px 8px 8px 38px;
  }

  .mobile-names > div:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 2px;
    left: -2px;
  }

  .mobile-info {
    font-size: 26px;
    line-height: 40px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 200;
    color: #ccc;
  }

  .mobile-sub-coach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    margin: 20px 0 40px 0;
  }

  .mobile-coach,
  .mobile-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mobile-sub-coach-name,
  .mobile-sub-coach-title {
    font-family: 'UnitedSerifReg-Bold', sans-serif;
    font-size: 36px;
    -webkit-font-smoothing: antialiased;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    background-image: gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.78, rgba(146, 121, 103, 0.78)), color-stop(1, rgba(47, 44, 34, 1)));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
  }

  .mobile-sub-coach-title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .nav > div {
    height: 180px;
  }

  #nav-left {
    position: fixed;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: url(//game.gtimg.cn/images/lpl/es/act/a20180423teams/mobile-nav-left.png) 0px 0px;
    z-index: 1000;
  }

  #nav-right {
    position: fixed;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    background: url(//game.gtimg.cn/images/lpl/es/act/a20180423teams/mobile-nav-right.png) 0px 0px;
    z-index: 1000;
  }

  #nav-left.animation {
    -webkit-animation: none;
            animation: none;
  }

  #nav-right.animation {
    -webkit-animation: none;
            animation: none;
  }

  #logo {
    bottom: 550px;
    top: initial;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.5);
  }

  #title-parent {
    bottom: 380px;
  }

  #title-parent > div {
    font-size: 120px;
  }

  #background-images {
    -webkit-transition: initial;
    transition: initial;
  }
}

@media (max-width: 1000px) {
  .crest {
    bottom: 120px;
  }

  .main {
    padding-top: 500px;
  }

  .team-page {
    height: 500px;
  }

  #background-images {
    height: 500px;
  }

  #crests-parent {
    height: 500px;
  }

  #title-parent {
    bottom: 250px;
  }

  #logo {
    bottom: 270px;
  }

  #crests {
    max-width: 90%;
  }
}

@media (max-width: 640px) {
  .crest {
    -webkit-transform: scale(0.5) translateX(-50%);
            transform: scale(0.5) translateX(-50%);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    bottom: -10px;
  }

  .main {
    padding-top: 300px;
  }

  .team-page {
    height: 300px;
  }

  #background-images {
    height: 300px;
  }

  #crests-parent {
    height: 300px;
  }

  #nav-left {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateY(-50%) scale(0.3);
            transform: translateY(-50%) scale(0.3);
  }

  #nav-right {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translateY(-50%) scale(0.3);
            transform: translateY(-50%) scale(0.3);
  }

  #title-parent {
    bottom: 130px;
    width: 95vw;
  }

  #title-parent > div {
    font-size: 65px;
  }

  #logo {
    bottom: 105px;
    -webkit-transform: translateX(-50%) scale(0.3);
            transform: translateX(-50%) scale(0.3);
  }

  #page-info-mobile {
    max-width: calc(100% - 70px);
  }

  .team-name {
    font-size: 50px;
  }

  .mobile-names > div {
    font-size: 26px;
  }

  .mobile-names > div:before {
    top: -2px;
  }

  #page-selection-header-mobile {
    width: 295px;
    margin: 40px 34px;
  }

  #page-selection-header-mobile > div {
    font-size: 16px;
  }

  #page-selection-header-mobile > div,
  #page-selection-dropdown-mobile > div {
    width: 295px;
    line-height: 33px;
  }

  #page-selection-dropdown-mobile {
    margin-left: 34px;
  }

  #lcl-selection-mobile {
    /*font-size: 16px !important;*/
  }

  #lcl-selection-mobile span {
    font-size: 21px;
  }

  .mobile-sub-coach {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mobile-sub-coach-title {
    font-size: 16px;
  }

  .mobile-sub-coach-name {
    font-size: 26px;
  }

  .mobile-info {
    font-size: 22px;
    line-height: 32px;
  }

  .mobile-coach {
    margin-bottom: 20px;
  }

  #tcl-mobile .team-name:first-child {
    font-size: 40px;
  }
}

@media (max-width: 400px) {
  #title-parent > div {
    font-size: 50px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #title-parent {
    position: inherit !important;
  }

  .title-overlay,
  .title-pattern {
    display: none !important;
  }

  #page-info-parent {
    background-color: #000 !important;
  }

  .team-name {
    color: #fff !important;
    line-height: 80px !important;
  }

  .sub-coach .role {
    color: #fff !important;
    margin-top: 0px !important;
  }

  .sub-coach .name {
    color: #fff !important;
    line-height: 16px !important;
  }

  .names {
    left: 46% !important;
  }

  .name-container > div {
    color: #fff !important;
  }
}
