/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,700';
@import 'https://fonts.googleapis.com/css?family=Philosopher:400,700';
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

html {
  font-size: 58%;
}

body {
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'indira_kregular';
  src: url("../fonts/indira_k-webfont.woff2") format("woff2"), url("../fonts/indira_k-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*:not(html) {
  font-size: 16px;
  font-size: 1.6rem;
}

h1 {
  color: #fefefe;
  font-family: "indira_kregular", "Philosopher", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}

h1.small {
  font-size: 24px;
  font-size: 2.4rem;
}

h2 {
  color: #dbc466;
  font-family: "indira_kregular", "Philosopher", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

h2.small {
  font-size: 18px;
  font-size: 1.8rem;
}

h3 {
  color: #fefefe;
  font-family: "indira_kregular", "Philosopher", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}

h3.h3--media {
  letter-spacing: 1px;
  text-shadow: none;
}

h4 {
  color: #a2a28b;
  font-family: "indira_kregular", "Philosopher", sans-serif;
  font-size: 14px;
  font-size: 1.3rem;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}

h5 {
  color: #ed9600;
  font-size: 14px;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 12px;
}

h6 {
  color: #fefefe;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 5px;
}

p {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 300;
}

a {
  color: #fefefe;
  font-size: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  cursor: pointer;
}

a.blue {
  color: #00b1ff;
  text-decoration: underline;
}

span {
  font-size: inherit;
}

em, i {
  font-style: italic;
}

b, strong {
  color: white;
  font-size: inherit;
  font-weight: bold;
}

html, body {
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background: #331a1d;
  min-width: 350px;
  margin: 0;
  padding: 0;
  width: 100%;
}

body.ohide {
  overflow: hidden;
}

img {
  width: 100%;
}

@supports (-ms-accelerator: true) {
  .battlerite__loop {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .battlerite__loop {
    display: none;
  }
}

.menu {
  background: url("https://cdn.battlerite.com/www2/images/ui-stroke.png") center center no-repeat;
  font-size: 0;
  height: 100%;
  padding: 0 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

.menu__helper {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.menu__wrap {
  display: inline-block;
  vertical-align: middle;
}

.menu__wrap:hover .menu__txt {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

.menu__list {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") no-repeat;
  background-position: -2px -74px;
  border-radius: 50%;
  height: 28px;
  margin: 12px 0;
  position: relative;
  width: 28px;
}

.menu__click {
  border-radius: 50%;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.menu__click:hover {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") no-repeat;
  background-position: -2px -44px;
  opacity: 1;
}

.menu__click:hover .menu__txt {
  color: rgba(254, 254, 254, 0.75);
  opacity: 1;
}

.menu__click--active {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") no-repeat;
  background-position: -2px -44px;
  opacity: 1;
}

.menu__click--active:hover {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") no-repeat;
  background-position: -2px -44px;
}

.menu__click--active:hover .menu__txt {
  color: #fefefe;
}

.menu__click--active .menu__txt {
  color: #fefefe;
}

.menu__txt {
  box-sizing: border-box;
  color: rgba(254, 254, 254, 0.6);
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 37px;
  opacity: 0;
  padding-right: 12px;
  position: absolute;
  right: 32px;
  text-align: right;
  text-shadow: 0 1px 3px black;
  text-transform: uppercase;
  top: -4px;
  -webkit-transition: visibility 0.4s, opacity 0.4s, right 0.6s, color 0.3s;
  transition: visibility 0.4s, opacity 0.4s, right 0.6s, color 0.3s;
  visibility: hidden;
  width: 140px;
}

.link {
  font-size: 0;
  left: 20px;
  position: fixed;
  z-index: 98;
}

.link__top {
  top: 20px;
}

.link__bottom {
  bottom: 30px;
}

.link__btn {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.link__stamp {
  display: block;
  height: 44px;
  width: 40px;
}

.link__stamp--pic {
  border-radius: 50%;
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") left top no-repeat;
}

.link--click {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fefefe;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.link--foot {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.scroll {
  bottom: 40px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  width: 120px;
  display: block;
}

.scroll__txt {
  padding-bottom: 3px;
  text-align: center;
}

.scroll__txt--scale {
  color: #fefefe;
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.scroll__arrow {
  display: block;
  height: 70px;
  margin: 0 auto;
  width: 70px;
}

.scroll__arrow--pic {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") no-repeat;
  background-position: -37px -4px;
  border-radius: 50%;
}

.scroll__arrow--top {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.burger {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") -264px -80px no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 70px;
  left: 20px;
  margin: 0 10px;
  position: fixed;
  top: 100px;
  width: 70px;
  z-index: 98;
}

.burger__contain {
  background: #151c24;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: -100%;
  -webkit-transition: top 0.7s;
  transition: top 0.7s;
  width: 100%;
  z-index: 999;
}

.burger__contain--in {
  top: 0;
}

.burger__item {
  box-sizing: border-box;
  border-bottom: 1px solid #192735;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 20px;
  text-align: center;
}

.burger__exit {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") -290px -270px no-repeat;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  margin: 10px 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 40px;
}

.burger__exit:hover {
  opacity: 1;
}

.burger__link {
  box-sizing: border-box;
  display: block;
  padding: 25px 20px;
  text-transform: uppercase;
}

.banner {
  background: url("https://cdn.battlerite.com/www2/images/ui-banner.png") center top no-repeat;
  display: block;
  height: 232px;
  opacity: 0;
  position: fixed;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  visibility: hidden;
  width: 226px;
  z-index: 200;
}

.banner--show {
  opacity: 1;
  visibility: visible;
}

.banner__wrap {
  padding-top: 20px;
}

.banner__title {
  padding: 7px 0;
  text-align: center;
}

.banner__btn {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") -1px -164px no-repeat;
  height: 44px;
  margin: 0 auto;
  text-align: center;
  width: 182px;
}

.banner__btn .cost {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  letter-spacing: 1px;
  padding-top: 15px;
  text-transform: uppercase;
}

.banner__btn .cost--money {
  padding-right: 50px;
}

.banner__btn .cost--call {
  font-weight: 500;
  padding-right: 26px;
}

.banner:hover {
  background: url("https://cdn.battlerite.com/www2/images/ui-banner.png") center bottom no-repeat;
}


.battlerite {
  height: 100%;
  left: 0;
  min-width: 350px;
  position: absolute;
  top: 0;
  width: 100%;
}

.battlerite__sizer {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
}

.battlerite__header {
  background: url("https://cdn.battlerite.com/www2/images/header/background-slide1.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.battlerite__loop {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.battlerite__vid {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
  top: 0;
  width: 100%;
}

.battlerite__logo {
  left: 50%;
  margin-left: -230px;
  max-width: 460px;
  position: absolute;
  top: 6%;
}

.battlerite .content {
  display: inline-block;
  font-size: 0;
  height: 100%;
}

.battlerite .content__helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 60px;
}

.battlerite .content__helper--zero {
  width: 0;
}

.battlerite .content__wrapper {
  display: inline-block;
  max-width: 640px;
  vertical-align: middle;
  margin-left: 35px;
}

.battlerite .content__wrapper--cent {
  text-align: center;
}

.battlerite .content__wrapper--wide {
  height: 630px;
  max-width: 900px;
  width: 900px;
}

.battlerite .content__title {
  padding: 7px 0;
  text-align: center;
}

.battlerite .content__title--mtop {
  margin-top: 120px;
}

.battlerite .content__countdown {
  color: #fefefe;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  padding: 12px 0;
  text-align: center;
}

.battlerite .content__countdown .numb {
  background: #4e0b1c;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  display: inline-block;
  height: 52px;
  margin: 0 5px;
  padding-top: 8px;
  vertical-align: top;
  width: 60px;
}

.battlerite .content__link {
  display: inline-block;
  margin: 40px 60px 0 60px;
}

.battlerite .content__link--kit {
  margin: 60px 0 0 0;
}

.battlerite .content__inline {
  font-size: 0;
}

.battlerite .content__med {
  display: none;
}

.battlerite .content__med--show {
  display: block;
}

.battlerite .content__holder {
  position: relative;
  width: 100%;
}

.battlerite .content__holder .navi {
  font-size: 0;
  visibility: hidden;
  padding-top: 50px;
}

.battlerite .content__holder .navi--true {
  visibility: visible;
}

.battlerite .content__holder .navi__btn {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") no-repeat;
  background-position: -2px -74px;
  border-radius: 50%;
  display: inline-block;
  height: 28px;
  margin: 0 5px;
  position: relative;
  width: 28px;
}

.battlerite .content__holder .navi__over {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.battlerite .content__holder .navi__over:hover {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") no-repeat;
  background-position: -2px -44px;
  opacity: 1;
}

.battlerite .content__holder .navi__over--active {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") no-repeat;
  background-position: -2px -44px;
  opacity: 1;
}

.battlerite .content__holder .navi__over--active:hover {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") no-repeat;
  background-position: -2px -44px;
}

.battlerite .content__box {
  display: none;
}

.battlerite .content__box--show {
  display: block;
}

.content__box--wallpaper h6:hover
{
text-decoration: underline;
}

.battlerite .content__rect {
  position: absolute;
  width: 100%;
}

.battlerite .content__block {
  box-shadow: 0 0 2px 1px rgba(255, 59, 0, 0.6);
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  vertical-align: top;
}

.battlerite .content__block:hover .content__block__frame, .battlerite .content__block:hover .content__block__play {
  opacity: 1;
}

.battlerite .content__block__triple {
  max-width: 330px;
  width: 32%;
}

.battlerite .content__block__double {
  max-width: 330px;
  width: 48%;
}

.battlerite .content__block__solo {
  max-width: 330px;
  width: 100%;
}

.battlerite .content__block__vid {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.battlerite .content__block__frame {
  background: url("https://cdn.battlerite.com/www2/images/ui-frame.png") center center no-repeat;
  background-size: 100% 100%;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 2;
}

.battlerite .content__block__play {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons.png") -39px -77px no-repeat;
  height: 72px;
  left: 50%;
  margin-left: -36px;
  margin-top: -48px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 72px;
  z-index: 1;
}

.battlerite .content__block__anno {
  bottom: 15%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.battlerite .content__block__anno--below {
  bottom: -18%;
}

.battlerite .content__block--marg {
  margin-right: 4%;
}

.battlerite .content__block--gap {
  margin: 20px 0.66% 0 0.66%;
}

.battlerite .content__block img {
  width: 100%;
}

.battlerite .content__paragraph {
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px;
}

.battlerite .content__legalLines
{
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}

.battlerite .content__note {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
}

.battlerite .content__btn {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons-2.png") -1px -209px no-repeat;
  display: block;
  height: 58px;
  margin-top: 20px;
  max-width: 330px;
  text-align: center;
}

.battlerite .content__btn p {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 4px;
  padding-top: 16px;
  text-transform: uppercase;
}

.battlerite .content__eatext
{
  max-width: 330px;
  line-height: 2.4rem;
  font-size: 1.8rem;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.battlerite .content__logo {
  margin: 0 auto;
  max-width: 380px;
  padding-bottom: 40px;
}

.battlerite .content__sites {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 40px;
  padding-left: 20px;
  vertical-align: top;
}

.battlerite .content__sites--coffee {
  padding-left: 60px;
  padding-right: 20px;
}

.battlerite .content .media {
  font-size: 0;
  margin: 40px 0;
}

.battlerite .content .media__item {
  background: #280e04;
  border: 1px solid #842602;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 33.3%;
}

.battlerite .content .media__item:hover {
  background: rgba(132, 38, 2, 0.7);
}

.battlerite .content .media__item--active {
  background: #842602;
}

.battlerite .content .media__item--active:hover {
  background: #842602;
}

.battlerite__arena {
  background: url("https://cdn.battlerite.com/www2/images/arena/background-slide2.jpg") center top no-repeat;
  background-size: cover;
}

.battlerite__champions {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-none.jpg") center bottom no-repeat;
  background-size: cover;
  z-index: -2;
}

.battlerite__champ {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  z-index: -1;
}

.battlerite__champ--Ashka {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Ashka.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Bakko {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Bakko.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Croak {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Croak.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Ezmo {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Ezmo.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Freya {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Freya.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Iva {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Iva.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Jade {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Jade.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Jumong {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Jumong.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Lucie {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Lucie.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Oldur {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Oldur.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Pearl {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Pearl.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Pestilus {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Pestilus.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Poloma {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Poloma.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Rook {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Rook.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Ruh_Kaan {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Ruh_Kaan.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Shifu {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Shifu.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Sirius {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Sirius.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Taya {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Taya.jpg") center bottom no-repeat;
  background-size: cover;
}
.battlerite__champ--Varesh {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Varesh.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Raigon {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Raigon.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--Blossom {
  background: url("https://cdn.battlerite.com/www2/images/champ/champ-Blossom.jpg") center bottom no-repeat;
  background-size: cover;
}

.battlerite__champ--show {
  opacity: 1;
}

.battlerite .champion {
  font-size: 0;
  max-width: 618px;
  padding-top: 20px;
  text-align: center;
}

.battlerite .champion__item {
  background: url("https://cdn.battlerite.com/www2/images/champ/sprite-champs-v21.jpg");
  cursor: pointer;
  display: inline-block;
  height: 60px;
  margin: 0 12px 30px 12px;
  position: relative;
  vertical-align: top;
  width: 60px;
}

.battlerite .champion__item--Ashka {
  background-position: left center;
}

.battlerite .champion__item--Bakko {
  background-position: -60px center;
}

.battlerite .champion__item--Croak {
  background-position: -120px center;
}

.battlerite .champion__item--Ezmo {
  background-position: -180px center;
}

.battlerite .champion__item--Freya {
  background-position: -240px center;
}

.battlerite .champion__item--Iva {
  background-position: -300px center;
}

.battlerite .champion__item--Jade {
  background-position: -360px center;
}

.battlerite .champion__item--Jumong {
  background-position: -420px center;
}

.battlerite .champion__item--Lucie {
  background-position: -480px center;
}

.battlerite .champion__item--Oldur {
  background-position: -540px center;
}

.battlerite .champion__item--Pearl {
  background-position: -600px center;
}

.battlerite .champion__item--Poloma {
  background-position: -660px center;
}

.battlerite .champion__item--Rook {
  background-position: -720px center;
}

.battlerite .champion__item--Ruh_Kaan {
  background-position: -780px center;
}

.battlerite .champion__item--Shifu {
  background-position: -840px center;
}

.battlerite .champion__item--Sirius {
  background-position: -900px center;
}

.battlerite .champion__item--Taya {
  background-position: -960px center;
}

.battlerite .champion__item--Varesh {
  background-position: -1020px center;
}

.battlerite .champion__item--Pestilus {
  background-position: -1080px center;
}

.battlerite .champion__item--Raigon {
  background-position: -1140px center;
}

.battlerite .champion__item--Blossom {
  background-position: -1200px center;
}




.battlerite .champion__click {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons-2.png") -114px 0px no-repeat;
  height: 68px;
  left: -3px;
  opacity: 0;
  position: absolute;
  top: -2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 68px;
  z-index: 1;
}

.battlerite .champion__click--active {
  opacity: 1;
}

.battlerite .champion__click:hover {
  opacity: 1;
}

.battlerite .champion__name {
  bottom: -18px;
  left: 0;
  position: absolute;
  width: 100%;
}

.battlerite .champion__name div{
  color: #a2a28b;
  font-family: "indira_kregular", "Philosopher", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}


.battlerite .champion__info {
  box-sizing: border-box;
  padding-bottom: 150px;
  position: relative;
}

.battlerite .champion__box {
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.battlerite .champion__box--show {
  opacity: 1;
  z-index: 20;
}

.battlerite .champion__box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.battlerite .champion__flare {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons-2.png") 0px -150px no-repeat;
  height: 8px;
  margin: 6px auto 8px auto;
  width: 276px;
}

.battlerite .champion__moreInfo
{
  width: 160px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #260e03;
  border: 1px solid #7e2500;
  border-radius: 2px;

}

.battlerite .champion__moreInfo div
{
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 4px;
  padding-top: 12px;
  text-transform: uppercase;
  color: #a2a28a;
  font-family: "indira_kregular", "Philosopher", sans-serif;
  display: block;
  float: left;
  margin-left: 10px;
}

.battlerite .champion__moreInfo svg
{
margin-top: 8px;
display: block;
float: left;
margin-left: 2px;
}

.battlerite__gameplay {
  background: url("https://cdn.battlerite.com/www2/images/gameplay/background-slide3.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

.battlerite__cosmetics {
  background: url("https://cdn.battlerite.com/www2/images/cosmetics/background-slide4.jpg") center top no-repeat;
  background-size: cover;
}

.battlerite__buy {
  background: url("https://cdn.battlerite.com/www2/images/buy/background-slide5.jpg") center top no-repeat;
  background-size: cover;
}

.battlerite__buy .steam {
  padding-top: 40px;
}

.battlerite__social {
  background: url("https://cdn.battlerite.com/www2/images/follow/background-slide6.jpg") center top no-repeat;
  background-size: cover;
}

.battlerite__social .connect {
  font-size: 0;
  padding-top: 20px;
  text-align: center;
}

.battlerite__social .connect__icon {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons-2.png") no-repeat;
  display: inline-block;
  margin: 8px 28px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  vertical-align: top;
}

.battlerite__social .connect__icon:hover {
  opacity: 1;
}

.battlerite__social .connect__icon--1 {
  background-position: 7px -272px;
  height: 40px;
  width: 28px;
}

.battlerite__social .connect__icon--2 {
  background-position: -27px -272px;
  height: 40px;
  width: 48px;
}

.battlerite__social .connect__icon--3 {
  background-position: -77px -272px;
  height: 42px;
  width: 60px;
}

.battlerite__social .connect__icon--4 {
  background-position: -142px -272px;
  height: 40px;
  width: 40px;
}

.battlerite__social .connect__icon--5 {
  background-position: -186px -272px;
  height: 40px;
  width: 48px;
}

.popup {
  background: white;
  visibility: hidden;
  left: 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  z-index: 999;
}

.popup--vis {
  opacity: 1;
  visibility: visible;
}

.popup__contain {
  height: 100%;
  position: relative;
  width: 100%;
}

.popup__media {
  height: 100%;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}

.popup__media--1 {
  background: url("https://cdn.battlerite.com/www2/images/media/background-media1.jpg") center top no-repeat;
  background-size: cover;
}

.popup__contact {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.popup__contact--1 {
  background: url("https://cdn.battlerite.com/www2/images/contact/background-contact1.jpg") center top no-repeat;
  background-size: cover;
}

.popup__arena {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.popup__arena--show {
  opacity: 1;
}

.popup__arena--1 {
  background: url("https://cdn.battlerite.com/www2/images/arena/background-map1.jpg") center top no-repeat;
  background-size: cover;
}

.popup__arena--2 {
  background: url("https://cdn.battlerite.com/www2/images/arena/background-map2.jpg") center top no-repeat;
  background-size: cover;
}

.popup__arena--3 {
  background: url("https://cdn.battlerite.com/www2/images/arena/background-map3.jpg") center top no-repeat;
  background-size: cover;
}

.popup__arena--4 {
  background: url("https://cdn.battlerite.com/www2/images/arena/background-map4.jpg") center top no-repeat;
  background-size: cover;
}

.popup__arena--5 {
  background: url("https://cdn.battlerite.com/www2/images/arena/background-map5.jpg") center top no-repeat;
  background-size: cover;
}

.popup__grade {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.popup__grade--1 {
  background: url("https://cdn.battlerite.com/www2/images/gameplay/background-game1.jpg") center top no-repeat;
  background-size: cover;
}

.popup__battlerite {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.popup__battlerite--1 {
  background: url("https://cdn.battlerite.com/www2/images/gameplay/background-battle1.jpg") center top no-repeat;
  background-size: cover;
}

.popup__loot {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.popup__loot--show {
  opacity: 1;
}

.popup__loot--1 {
  background: url("https://cdn.battlerite.com/www2/images/gameplay/background-loot1.jpg") center top no-repeat;
  background-size: cover;
}

.popup__loot--2 {
  background: url("https://cdn.battlerite.com/www2/images/gameplay/background-loot2.jpg") center top no-repeat;
  background-size: cover;
}

.popup__loot--3 {
  background: url("https://cdn.battlerite.com/www2/images/gameplay/background-loot3.jpg") center top no-repeat;
  background-size: cover;
}

.popup__bar {
  bottom: 60px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.popup__wrapper {
  font-size: 0;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}

.popup__thumb {
  box-shadow: 0 0 2px 1px rgba(255, 59, 0, 0.6);
  cursor: pointer;
  display: inline-block;
  margin: 0 12px;
  max-width: 240px;
  position: relative;
  vertical-align: top;
}

.popup__frameA, .popup__frameB {
  background: url("https://cdn.battlerite.com/www2/images/ui-frame.png") center center no-repeat;
  background-size: 100% 100%;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 2;
}

.popup__frameA--active, .popup__frameB--active {
  opacity: 1;
}

.popup__frameA:hover, .popup__frameB:hover {
  opacity: 1;
}

.popup__close {
  background: url("https://cdn.battlerite.com/www2/images/sprite-icons-2.png") -220px -2px no-repeat;
  cursor: pointer;
  height: 78px;
  opacity: 0.6;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 78px;
  z-index: 2;
}

.popup__close:hover {
  opacity: 1;
}

@media only screen and (max-height: 780px) {
  .battlerite__loop {
    display: none;
  }
}

@media only screen and (max-width: 1300px) {
  .battlerite__logo {
    left: auto;
    margin-left: 0;
    max-width: 300px;
    right: 88px;
    top: 20px;
  }
  .popup__thumb {
    margin: 0 1.25%;
    width: 17.5%;
  }
}

@media only screen and (max-width: 1024px) {
  body.ohide {
    overflow: visible;
  }
  .menu {
    display: none;
  }
  .link__btn {
    display: none;
  }
  .link--logo {
    display: block;
  }
  .link__stamp {
    height: 70px;
    width: 70px;
  }
  .link__stamp--pic {
    border-radius: 50%;
    background: url("https://cdn.battlerite.com/www2/images/sprite-icons-2.png") -195px -80px no-repeat;
  }
  .burger {
    display: block;
  }
  .burger__contain {
    display: block;
  }
  .battlerite__sizer {
    height: auto;
    min-height: 100%;
    overflow: visible;
    padding: 80px 20px 180px 20px;
    text-align: center;
    width: 100%;
  }
  .battlerite__logo {
    left: 50%;
    margin-left: -170px;
    max-width: 340px;
    right: auto;
    position: absolute;
    top: 40px;
  }
  .battlerite__loop {
    display: none;
  }
  .battlerite .content__helper {
    height: 0;
    padding-top: 100%;
    width: 0;
  }
  .battlerite .content__helper--pop {
    height: inherit;
    padding-top: 0;
  }
  .battlerite .content__wrapper {
    max-width: 560px;
    margin-left: 0px;
  }
  .battlerite .content__wrapper--champs {
    padding-top: 200px;
  }
  .battlerite .content__wrapper--wide {
    height: 520px;
    max-width: 700px;
  }
  .battlerite .content__btn {
    margin-bottom: 20px;
  }
  .battlerite .content__darken {
    background: rgba(0, 0, 0, 0.6);
    margin-top: 320px;
    padding: 10px 0;
  }
  .battlerite__champions {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-none.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Ashka {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Ashka.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Bakko {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Bakko.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Croak {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Croak.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Ezmo {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Ezmo.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Freya {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Freya.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Iva {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Iva.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Jade {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Jade.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Jumong {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Jumong.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Lucie {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Lucie.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Oldur {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Oldur.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Pearl {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Pearl.jpg") center top no-repeat;
    background-size: cover;
  }
    .battlerite__champ--Pestilus {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Pestilus.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Poloma {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Poloma.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Rook {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Rook.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--Ruh_Kaan {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Ruh_Kaan.jpg") center top no-repeat;
    background-size: cover;
  }
    .battlerite__champ--Shifu {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Shifu.jpg") center top no-repeat;
    background-size: cover;
  }
    .battlerite__champ--Sirius {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Sirius.jpg") center top no-repeat;
    background-size: cover;
  }
    .battlerite__champ--Taya {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Taya.jpg") center top no-repeat;
    background-size: cover;
  }
    .battlerite__champ--Varesh {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Varesh.jpg") center top no-repeat;
    background-size: cover;
  }
    .battlerite__champ--Raigon {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Raigon.jpg") center top no-repeat;
    background-size: cover;
  }

  .battlerite__champ--Blossom {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-Blossom.jpg") center top no-repeat;
    background-size: cover;
  }

  .battlerite__champ--none {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/champ-none.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__champ--show {
    opacity: 1;
  }

  .champion__moreInfo
  {
    display: none;
  }

  .popup__contain {
    text-align: center;
  }

  .scroll
  {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .menu {
    display: none;
  }
  .banner {
    display: none;
  }
  .battlerite__sizer {
    padding: 80px 10px 130px 10px;
  }
  .battlerite__header {
    background: url("https://cdn.battlerite.com/www2/images/mobile/header/background-slide1.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__arena {
    background: url("https://cdn.battlerite.com/www2/images/mobile/arena/background-slide2.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__gameplay {
    background: url("https://cdn.battlerite.com/www2/images/mobile/gameplay/background-slide3.jpg") center top no-repeat;
    background-size: cover;
  }
  .popup__loot--1 {
  background: url("https://cdn.battlerite.com/www2/images/mobile/gameplay/background-loot1.jpg") center top no-repeat;
  background-size: cover;
  }

  .popup__loot--2 {
    background: url("https://cdn.battlerite.com/www2/images/mobile/gameplay/background-loot2.jpg") center top no-repeat;
    background-size: cover;
  }

  .battlerite__cosmetics {
    background: url("https://cdn.battlerite.com/www2/images/mobile/cosmetics/background-slide4.jpg") center center no-repeat;
    background-size: cover;
  }
  .battlerite__buy {
    background: url("https://cdn.battlerite.com/www2/images/mobile/buy/background-slide5.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__social {
    background: url("https://cdn.battlerite.com/www2/images/mobile/social/background-slide6.jpg") center top no-repeat;
    background-size: cover;
  }
  .battlerite__logo {
    left: 50%;
    margin-left: -140px;
    max-width: 280px;
    right: auto;
    position: absolute;
    top: 40px;
  }
  .battlerite .content__wrapper--wide {
    height: 455px;
    max-width: 540px;
  }
  .battlerite .content__wrapper .media__item h3.h3--media {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .battlerite .content__block__triple .content__block__play {
    margin-top: -36px;
  }
  .battlerite .content__darken {
    margin-bottom: 120px;
    margin-top: 260px;
  }
  .battlerite .content__link {
    margin: 25px 10px 0 10px;
  }
  .battlerite .content__sites {
    margin-top: 10px;
  }
  .battlerite .scroll {
    bottom: 20px;
  }
  .battlerite .scroll__txt {
    display: none;
  }
  .popup__close {
    background: url("https://cdn.battlerite.com/www2/images/sprite-icons-2.png") -290px -270px no-repeat;
    cursor: pointer;
    height: 40px;
    opacity: 0.6;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 40px;
    z-index: 2;
  }
  .popup__close:hover {
    opacity: 1;
  }
  .popup__contact--1 {
    background: url("https://cdn.battlerite.com/www2/images/mobile/contact/background-contact1.jpg") center top no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 560px) {
  h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .link {
    left: 50%;
    margin-left: -90px;
    position: absolute;
  }
  .burger {
    left: 50%;
    position: absolute;
    top: 20px;
  }
  .battlerite__logo {
    display: none;
  }
  .battlerite .content {
    width: 100%;
  }
  .battlerite .content__wrapper--wide {
    height: 360px;
    max-width: 540px;
    width: 100%;
  }
  .battlerite .content__btn {
    background: #092732;
    box-shadow: inset 0 2px 20px rgba(255, 255, 255, 0.07), inset 0 -1px 10px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5);
  }
  .battlerite .content__block--marg {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .battlerite .content__block__double {
    max-width: 330px;
    width: 100%;
  }
  .battlerite .content__block__play--mob {
    background: url("https://cdn.battlerite.com/www2/images/sprite-icons-2.png") -56px -93px no-repeat;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px !important;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 40px;
    z-index: 1;
  }
  .battlerite .content .media {
    margin: 20px 0;
  }
  .battlerite .content .media__item h3.h3--media {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .battlerite .content .navi {
    padding-top: 10px;
  }
  .popup__bar {
    bottom: 0;
  }
  .popup__thumb {
    margin: 0;
    width: 20%;
  }
}

@media only screen and (max-width: 450px) {
  .battlerite__champions .champion__item {
    height: 60px;
    margin: 0 10px 30px 10px;
    position: relative;
    vertical-align: top;
    width: 60px;
  }
.battlerite .champion__item--Ashka {
  background-position: left center;
}

.battlerite .champion__item--Bakko {
  background-position: -60px center;
}

.battlerite .champion__item--Croak {
  background-position: -120px center;
}

.battlerite .champion__item--Ezmo {
  background-position: -180px center;
}

.battlerite .champion__item--Freya {
  background-position: -240px center;
}

.battlerite .champion__item--Iva {
  background-position: -300px center;
}

.battlerite .champion__item--Jade {
  background-position: -360px center;
}

.battlerite .champion__item--Jumong {
  background-position: -420px center;
}

.battlerite .champion__item--Lucie {
  background-position: -480px center;
}

.battlerite .champion__item--Oldur {
  background-position: -540px center;
}

.battlerite .champion__item--Pearl {
  background-position: -600px center;
}

.battlerite .champion__item--Poloma {
  background-position: -660px center;
}

.battlerite .champion__item--Rook {
  background-position: -720px center;
}

.battlerite .champion__item--Ruh_Kaan {
  background-position: -780px center;
}

.battlerite .champion__item--Shifu {
  background-position: -840px center;
}

.battlerite .champion__item--Sirius {
  background-position: -900px center;
}

.battlerite .champion__item--Taya {
  background-position: -960px center;
}

.battlerite .champion__item--Varesh {
  background-position: -1020px center;
}

.battlerite .champion__item--Pestilus {
  background-position: -1080px center;
}


  .battlerite__champions .champion__click {
    background: url("https://cdn.battlerite.com/www2/images/mobile/champ/ui-frame.png") center center no-repeat;
    background-size: contain;
    height: 64px;
    left: -3px;
    opacity: 0;
    position: absolute;
    top: -2px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 64px;
    z-index: 1;
  }
  .battlerite__champions .champion__click--active {
    opacity: 1;
  }
  .battlerite__champions .champion__click:hover {
    opacity: 1;
  }
  .battlerite__champions .champion__name {
    bottom: -18px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .battlerite__champions .champion__info {
    box-sizing: border-box;
    padding-bottom: 150px;
    position: relative;
  }
  .battlerite__champions .champion__box {
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%;
  }
  .battlerite__champions .champion__box--show {
    opacity: 1;
  }
  .battlerite__champions .champion__box p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .battlerite__champions .champion__flare {
    background: url("https://cdn.battlerite.com/www2/images/sprite-icons-2.png") 0px -150px no-repeat;
    height: 8px;
    margin: 6px auto 8px auto;
    width: 276px;
  }
}
