@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:700,800,900');
@import url('https://fonts.googleapis.com/css?family=Podkova:500,700');
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
.ruler-border:before,
.ruler-border:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/ui/bg-numbers.png);
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 10;
  position: absolute;
}
.ruler-border:after {
  left: initial;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .ruler-border:before,
  .ruler-border:after {
    width: 7px;
    background-size: 7px auto;
    background-repeat-x: no-repeat;
  }
  .ruler-border:before {
    left: 0px;
  }
  .ruler-border:after {
    right: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ruler-border:after {
    right: 10px;
  }
}
.film-hero-wrap {
  position: relative;
  overflow: hidden;
  background-color: black;
  margin-top: 100px;
  margin-bottom: 40px;
}
.film-hero-wrap::before,
.film-hero-wrap::after {
  content: "";
  display: block;
  width: 105vw;
  height: 50px;
  left: -5vw;
  position: relative;
  background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/home/trailers-carousel/film-border.gif);
  background-repeat: repeat-x;
  z-index: 1;
}
.film-hero-wrap .desktop {
  display: block;
}
.film-hero-wrap .mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .film-hero-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .film-hero-wrap .desktop {
    display: none;
  }
  .film-hero-wrap .mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .film-hero-wrap {
    min-height: 700px;
  }
}
.film-hero-wrap .film-reel-inner {
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.film-hero-wrap .film-reel-inner:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 39.0625%;
}
@media screen and (max-width: 1280px) {
  .film-hero-wrap .film-reel-inner {
    position: relative;
  }
  .film-hero-wrap .film-reel-inner:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  .film-hero-wrap .film-reel-inner {
    position: relative;
    margin-bottom: 20px;
  }
  .film-hero-wrap .film-reel-inner:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
}
.film-hero-wrap .rating-container {
  display: none;
  position: absolute;
  height: 68px;
  bottom: 20px;
  right: 15px;
}
.film-hero-wrap .rating-container img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .film-hero-wrap .rating-container {
    bottom: 85px;
  }
}
.film-hero-wrap .content-container.mobile {
  width: 80%;
}
.film-hero-wrap .cod-logo-container,
.film-hero-wrap .hero-header {
  padding-bottom: 20px;
}
.film-hero-wrap .cod-logo-container .cod-logo {
  width: 100%;
  max-width: 245px;
}
.film-hero-wrap .hero-cta {
  padding: 13px 20px;
  transition: all .2s;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-top: 2px solid #cdc4bd;
  border-bottom: 2px solid #cdc4bd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #e5e3e3;
}
.film-hero-wrap .hero-cta a {
  text-decoration: none;
}
.film-hero-wrap .hero-cta:after {
  width: 10px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #66615c;
}
.film-hero-wrap .hero-cta a,
.film-hero-wrap .hero-cta h1,
.film-hero-wrap .hero-cta h2,
.film-hero-wrap .hero-cta h3,
.film-hero-wrap .hero-cta span,
.film-hero-wrap .hero-cta > div {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #33312f;
  text-transform: uppercase;
  transition: all .2s;
  text-shadow: 0px 0px 10px 000000;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
}
.film-hero-wrap .hero-cta a:before,
.film-hero-wrap .hero-cta h1:before,
.film-hero-wrap .hero-cta h2:before,
.film-hero-wrap .hero-cta h3:before,
.film-hero-wrap .hero-cta span:before,
.film-hero-wrap .hero-cta > div:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-image: url("../../../../../../../../content/dam/atvi/callofduty/cod-touchui/zeus/common/buttons/light-button-line-solid.svg");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: -400px;
  background-size: 400px;
  transition: all .5s;
}
.film-hero-wrap .hero-cta:hover a:before,
.film-hero-wrap .hero-cta:hover h1:before,
.film-hero-wrap .hero-cta:hover h2:before,
.film-hero-wrap .hero-cta:hover h3:before,
.film-hero-wrap .hero-cta:hover span:before,
.film-hero-wrap .hero-cta:hover > div:before {
  width: 100%;
  background-position: 0 0;
  transition: all .5s;
}
.film-hero-wrap .mobile .hero-cta {
  margin-bottom: 20px;
}
