/*------------------------------------*
   $MISC
*------------------------------------*/
body,
html {
  background: transparent; }

*:focus,
a:focus {
  outline: none; }

*:active,
a:active {
  outline: none; }

h1 {
  line-height: 1.2em; }
  @media (max-width: 640px) {
    h1 {
      font-size: 3rem; } }

h2 {
  color: black;
}

.button.white {
  background: #fff;
  color: #000; }

.dwn-arrow-cta {
  margin-top: 15px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 32px; }
  @media (max-width: 640px) {
    .dwn-arrow-cta {
      display: none; } }

a.anchor-offset {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden; }

footer {
  margin-top: 0; }

.fpo-bar {
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 10px solid #000;
  position: relative;
  z-index: 1000; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.js-media-query {
  display: block; }
  @media (max-width: 1024px) {
    .js-media-query {
      display: inline; } }

video {
  width: 100%;
  height: auto;
  display: block; }

.show-on-mobile {
  display: none; }
  @media (max-width: 640px) {
    .show-on-mobile {
      display: block; }
    .show-on-mobile img {
      display: none;
    } }

@media (max-width: 640px) {
  .hide-on-mobile {
    display: none; } }

/* AEM OVERRIDES */
.masthead.header {
  position: relative;
  z-index: 10; }

.footerpage {
  margin-top: -1px;
  position: relative; }

.anchor {
  margin-top: -65px;
  padding-top: 65px; }
  @media (max-width: 640px) {
    .anchor.notfixed {
      margin-top: -185px;
      padding-top: 185px; } }

.nontouch .button.secondary:hover,
.nontouch .button.secondary:focus {
  background-color: #c9192e;
  color: #fefefe; }

/* video */
.yt-vid {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.yt-vid iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.play-button {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 0.925rem;
  text-transform: uppercase; }
  .play-button img {
    width: 8%; }

.youtube-thumb {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

/* global video overrides */
.flex-video.widescreen {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .flex-video.widescreen.mobile-static {
    padding-bottom: 89%;
    padding-top: 0;
    margin: 0; }

/*------------------------------------*
   $UTILITY
*------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*------------------------------------*
   $LOADER
*------------------------------------*/
.pg-wrap {
  height: 100%;
  visibility: hidden; }

/* loader */
#load {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.spinner {
  width: 70px;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 100;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin: 0 !important; }
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

.classic-spinner {
  position: absolute;
  display: inline-block;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  z-index: 1; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.load {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 100; }

.load div {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: spin 2s ease infinite;
  animation: spin 2s ease infinite; }

.load :first-child {
  background: #e43b24;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s; }

.load :nth-child(2) {
  background: #d9d231;
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

.load :nth-child(3) {
  background: #a64f9a;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }

.load :last-child {
  background: #009adb; }

@-webkit-keyframes spin {
  0%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(160%);
    transform: translate(160%); }
  50% {
    -webkit-transform: translate(160%, 160%);
    transform: translate(160%, 160%); }
  75% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); } }

@keyframes spin {
  0%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(160%);
    transform: translate(160%); }
  50% {
    -webkit-transform: translate(160%, 160%);
    transform: translate(160%, 160%); }
  75% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%); } }

/*------------------------------------*
   $UTILITY
*------------------------------------*/
@media (max-width: 640px) {
  .desktop-txt {
    display: none; } }

.mobile-txt {
  display: none; }
  @media (max-width: 640px) {
    .mobile-txt {
      display: block; } }

.readmore {
  display: none;
  color: #4a90e2; }
  @media (max-width: 640px) {
    .readmore {
      display: inline;
      display: initial; }
      .readmore.more {
        display: inline;
        display: initial; }
      .readmore.less {
        display: none; }
      .readmore.readless.more {
        display: none; }
      .readmore.readless.less {
        display: inline;
        display: initial; } }

.hidden-txt {
  height: 0;
  overflow: hidden; }

/*------------------------------------*
   $WRAP
*------------------------------------*/
#contents {
  background: url("//images.vans.com/is/image/VansBrand/bg-black-textured-new?wid=800&qlt=50");
  position: relative; 
  overflow: hidden;
}
  #contents p a {
    text-decoration: underline; }

.pg-brk {
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .pg-brk#brandAccent01 {
    background-image: url("//images.vans.com/is/image/VansBrand/brand-accent0-check?wid=1600"); }
  @media (max-width: 1024px) {
    .pg-brk {
      background-attachment: scroll;
      background-attachment: initial; } }

.touch .pg-brk {
  background-attachment: scroll;
  background-attachment: initial; }

.btn-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-wrap a {
    margin-right: 12px; }

.button.black {
  background-color: #000;
  color: #fff; }
  .button.black:hover {
    background-color: #fff;
    color: #000; }

.button.white {
  background-color: #fff;
  color: #000; }
  .button.white:hover {
    background-color: #000;
    color: #fff; }

/*------------------------------------*
   $VIDEO HEADER
*------------------------------------*/
.brand-main--hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4% 0 6% 0; }
  @media (max-width: 768px) {
    .brand-main--hero {
      height: 500px; } }
  @media (max-width: 640px) {
    .brand-main--hero {
      height: 375px;
      padding: 10% 0 0 0;
      margin-top: 90px;
      position: relative;
      z-index: 5; } }

#heroVidWrap {
  height: 100%;
  overflow: hidden; }

#heroVid {
  opacity: 0; }

.overflow-wrap {
  width: 100%;
  height: 110%;
  top: -5%;
  position: absolute;
  z-index: 0;
  overflow: hidden; }
  @media (max-width: 640px) {
    .overflow-wrap {
      height: 105%; } }

.hero-bg {
  width: 100%;
  height: 100%;
  background: url("https://img3.vans.com.cn/product/20200831/thisisoffthewall/img/offthewall-dark-bkg.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  @media (max-width: 640px) {
    .hero-bg {
      background-attachment: scroll;
      background-attachment: initial;
      background-size: cover;
      background-position: 50% 15%; } }

.hero {
  background: url("../img/offthewall-dark-bkg.jpg");
  background-attachment: fixed;
  padding: 80px 0; }
  @media (max-width: 640px) {
    .hero {
      /* background-attachment: scroll;
      background-attachment: initial; */
      background-size: contain; } }

#videoHeader {
  position: relative;
  background-size: cover;
  z-index: 2;
  width: 100%; }
  #videoHeader video {
    width: 100%;
    height: auto;
    display: block; }
  #videoHeader header {
    position: absolute;
    width: 100%;
    top: 2%;
    left: 0;
    z-index: 100; }
    @media (max-width: 768px) {
      #videoHeader header {
        top: 1%; } }
    @media (max-width: 640px) {
      #videoHeader header {
        position: fixed;
        top: 0;
        height: 40px;
        background: #fff;
        z-index: 999; } }
  @media (max-width: 640px) {
    #videoHeader {
      max-height: 100%;
      height: auto;
      margin-top: 0;
      padding-top: 50px;
      display: -ms-grid;
      display: grid;
      grid-template-columns: 1fr;
      -ms-grid-columns: 1fr; }
      #videoHeader video {
        width: 100%; } }
  @media only screen and (min-width: 1800px) {
    #videoHeader {
      max-height: 900px; } }

#vidMobile {
  display: none !important; }

@media (max-width: 768px) {
  #vidDesktop {
    display: none !important; }
  #vidMobile {
    display: block !important; } }

#videoQuotes {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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; }
  #videoQuotes .inner {
    max-width: 89rem;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
  @media (max-width: 1366px) {
    #videoQuotes .inner {
      width: 90%; } }
  @media (max-width: 640px) {
    #videoQuotes {
      position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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;
      /* position: relative;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 2/3;
      background: rgba(0, 0, 0, 0.8);
      padding: 2em 20px 2em 10px;  */
    } }

.quote-hero {
  font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
  font-size: calc(22px + (85 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  visibility: hidden; }

.new-quote-hero {
  font-family: 'franklin-gothic-urw-cond', 'Arial Narrow Bold', Arial, sans-serif;
  font-size: calc(22px + (85 - 22) * (100vw - 320px) / (1920 - 320));
  line-height: inherit;
  /* font-weight: 100; */
  text-transform: inherit;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  visibility: inherit;
  text-align: center; }

.new-quote-hero .ts-line {
  text-align: center !important; }

.new-quote-hero .otw_header {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  padding-bottom: 10px; }

.new-quote-hero .otw_header span {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px; }

.new-quote-hero .otw_header hr {
  padding-top: 5px; }

.new-quote-hero .otw_main-title {
  display: inline-block;
  width: 100%;
  color: #000;
  /* margin-bottom: 20px; */
  padding: 6px 0 0 0; }

.new-quote-hero .otw_main-title span {
  display: inline-block;
  padding: 0 8px;
  text-transform: uppercase;
  background: #fff;
  font-weight: 700;
  letter-spacing: 2px; }

.new-quote-hero .otw_main-sub {
  padding: 0 10px;
  width: 100%;
  display: inline-block;
  max-width: 400px;
  vertical-align: middle;
  line-height: 15px;
  margin-bottom: 30px; }

.new-quote-hero .otw_main-sub span {
  font-size: 14px;
  background: #fff;
  color: #000;
  text-transform: inherit;
  font-family: Helvetica, Arial, sans-serif;
  padding: 1px 5px;
  display: inline-block;
  vertical-align: middle; }

#videoCta {
  opacity: 0;
  position: relative;
  padding-right: 2.5em;
  margin-top: 15px; }
  #videoCta:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
    position: absolute;
    right: 25px; }
  @media (max-width: 640px) {
    .new-quote-hero .otw_main-title {
      margin-bottom: 20px; }
    #videoCta {
      display: block; }
      #videoCta:before {
        display: none; } }

.arrow-wrap {
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0;
  padding: 25px 0;
  z-index: 20; }
  .arrow-wrap .dwn-arrow-cta {
    visibility: hidden;
    display: inline-block; }
  @media (max-width: 640px) {
    .arrow-wrap {
      bottom: 0; } }

/*------------------------------------*
   $SECONDARY
*------------------------------------*/
.secondary-story {
  max-width: 85rem;
  margin: 50px auto 0;
  position: relative; }
  .secondary-story--img {
    position: relative;
    z-index: 1; }
  .secondary-story--txt {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0 40% 0 5%; }
    .secondary-story--txt .txt,
    .secondary-story--txt .link-wrap {
      display: block;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
      font-size: calc(22px + (55 - 22) * (100vw - 320px) / (1920 - 320));
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 1.2em;
      text-transform: uppercase;
      color: #fff;
      -ms-flex-item-align: center;
          align-self: center; }
      .secondary-story--txt .txt .button,
      .secondary-story--txt .link-wrap .button {
        margin-top: 15px; }
  @media (max-width: 1280px) {
    .secondary-story {
      width: 96%; } }
  @media (max-width: 640px) {
    .secondary-story {
      width: 100%; }
      .secondary-story br {
        display: none; }
      .secondary-story--txt {
        background: #000;
        padding: 20px 5% 10px 5%;
        position: relative; }
        .secondary-story--txt .button {
          display: block; } }

/*------------------------------------*
   $NAV
*------------------------------------*/
@media only screen and (max-width: 1360px) {
  .mobile-nav-wrap ul {
    padding-left: 2%;
    padding-right: 2%; } }

@media (max-width: 640px) {
  .mobile-nav-wrap {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden; }
    .mobile-nav-wrap.open {
      opacity: 0.98;
      visibility: visible;
      height: 100%; }
      .mobile-nav-wrap.open li {
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        -webkit-animation-delay: 0.35s;
                animation-delay: 0.35s; }
        .mobile-nav-wrap.open li:nth-of-type(2) {
          -webkit-animation-delay: 0.4s;
                  animation-delay: 0.4s; }
        .mobile-nav-wrap.open li:nth-of-type(3) {
          -webkit-animation-delay: 0.45s;
                  animation-delay: 0.45s; }
        .mobile-nav-wrap.open li:nth-of-type(4) {
          -webkit-animation-delay: 0.5s;
                  animation-delay: 0.5s; } }

.mobile-menu-lockup {
  color: #000;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  left: 10px;
  display: none; }
  @media (max-width: 640px) {
    .mobile-menu-lockup {
      font-size: 16px;
      display: block;
      top: 12px; } }

.fixed-btn {
  position: absolute;
  top: 30%;
  right: 5%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 600;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0;
  visibility: hidden; }
  .fixed-btn.active .top {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
        -ms-transform: translateY(7px) translateX(0) rotate(45deg);
            transform: translateY(7px) translateX(0) rotate(45deg);
    background: #000; }
  .fixed-btn.active .middle {
    opacity: 0;
    background: #000; }
  .fixed-btn.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
            transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #000; }
  .fixed-btn span {
    background: #000;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer; }
    .fixed-btn span:nth-of-type(2) {
      top: 7px; }
    .fixed-btn span:nth-of-type(3) {
      top: 14px; }
  @media (max-width: 640px) {
    .fixed-btn {
      opacity: 1;
      visibility: visible; } }

#stickyMain {
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #stickyMain ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 15px; }
    #stickyMain ul li {
      margin-left: 3%;
      text-align: right; }
      #stickyMain ul li a {
        font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease; }
        #stickyMain ul li a:hover {
          color: #c9192e; }
        @media (max-width: 640px) {
          #stickyMain ul li a {
            color: #000;
            letter-spacing: 2px;
            font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320)); } }
      #stickyMain ul li.menu-lockup {
        margin-left: 0;
        margin-right: auto;
        text-align: left;
        font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase; }
    @media (max-width: 1280px) {
      #stickyMain ul {
        padding: 15px 2%; } }
    @media (max-width: 640px) {
      #stickyMain ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
        width: 60%; }
        #stickyMain ul li {
          display: block;
          height: 20%;
          height: calc(100% / 3);
          min-height: 50px;
          position: relative;
          opacity: 0; }
          #stickyMain ul li.menu-lockup {
            display: none; } }
  #stickyMain.sticky {
    background: white;
    position: fixed;
    width: 100%; }
    #stickyMain.sticky li,
    #stickyMain.sticky li.menu-lockup,
    #stickyMain.sticky a {
      color: #000; }
    @media (max-width: 640px) {
      #stickyMain.sticky {
        position: inherit; } }
  @media (max-width: 640px) {
    #stickyMain {
      position: relative;
      height: 70%;
      top: 20%;
      text-align: center; }
      #stickyMain div {
        height: 100%; } }

/* styles for sticky nav and vans nav on mobile */
@media (max-width: 640px) {
  .masthead.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
  .page-util {
    height: 1px;
    background-color: #ccc; }
  .promo-content {
    display: none; }
  #videoHeader header {
    top: 60px; } }

/*------------------------------------*
   $VIDEO
*------------------------------------*/
.btn-close {
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 5%;
  right: 5%;
  z-index: 999; }
  @media (max-width: 1440px) {
    .btn-close {
      width: 45px;
      height: 45px;
      top: 5px;
      right: 5px; } }
  @media (max-width: 768px) {
    .btn-close {
      top: 20%; } }

.vid-wrap-dynamic {
  position: fixed;
  top: 0;
  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;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  .vid-wrap-dynamic.show {
    z-index: 200;
    opacity: 1; }

.vid-embed {
  width: 74%; }

#vidPlayer {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

#vidPlayer iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/*------------------------------------*
   $ABOUT
*------------------------------------*/
.quote {
  font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
  font-size: calc(24px + (44 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.35em;
  color: #fff; }

.vanguards-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }
  .vanguards-about p {
    color: #fff; }
  @media (max-width: 768px) {
    .vanguards-about {
      min-height: auto;
      padding: 50px; } }
  @media (max-width: 640px) {
    .vanguards-about {
      padding: 25px 4%; } }

.about-grid {
  align-self: center;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 20% 1fr;
  grid-template-columns: 35% 20% 1fr;
  grid-auto-rows: auto;
  grid-gap: 35px 4%;
  padding-top: 5%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .about-grid {
      -ms-grid-columns: 60% 1fr;
      grid-template-columns: 60% 1fr;
      grid-auto-rows: auto; } }

.about-block.a {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/2;
  grid-row: 1/2;
  padding-top: 10%; }

.about-block.b {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2/3;
  grid-row: 1/2; }

.about-block.c {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 1/2;
  grid-row: 2/3;
  padding-left: 10%; }
  .about-block.c img {
    width: 60%; }

.about-block.d {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 2/3;
  grid-row: 2/3;
  padding-left: 10%; }
  .about-block.d img {
    width: 70%;
    -webkit-transform: translateY(-35%);
        -ms-transform: translateY(-35%);
            transform: translateY(-35%); }

.about-block.e {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 3/4;
  grid-row: 1/3;
  padding-right: 22%;
  margin-top: -10%;
  align-self: center; }
  .about-block.e .txt-wrap {
    visibility: hidden; }

.about-block img {
  visibility: hidden; }

.about-block .quote {
  font-size: calc(18px + (36 - 18) * (100vw - 320px) / (1920 - 320));
  margin: -10% 0 20px; }
  .about-block .quote span {
    font-size: 0.5em; }

@media (max-width: 1280px) {
  .about-block.e {
    padding-right: 12%; } }

@media (max-width: 768px) {
  .about-block.a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 1/2; }
  .about-block.b {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 1/2; }
  .about-block.c {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 2/3; }
  .about-block.d {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 2/3; }
  .about-block.e {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1/3;
    grid-row: 3/4; } }

@media (max-width: 640px) {
  .about-block.c img {
    width: 70%; }
  .about-block.d img {
    width: 75%;
    -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
            transform: translateY(-45%); } }

/*------------------------------------*
   $VIDEO SECTION
*------------------------------------*/
.overflow-contain {
  overflow: hidden; }

@media (max-width: 640px) {
  #aboutVideo {
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.play-button {
  height: 83px;
  width: 82px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//www.vans.com/ns/vans/projects/brandhub/img/TxzC70f.png") no-repeat;
  z-index: 10; }
  @media (max-width: 640px) {
    .play-button {
      background-size: 70%;
      background-position: 50%; } }

#brandVideo {
  background: url(//images.vans.com/is/image/VansBrand/brand-video-bg?wid=1440);
  padding: 50px 0 35px;
  position: relative; }

.vid-carousel-wrap {
  max-width: 85rem;
  margin: 0 auto; }

.slick-slide {
  margin: 0 5px;
  height: 400px;
  background: #fff; }

.slide-item {
  background: #fff;
  position: relative;
  width: 350px;
  height: 550px;
  background-image: url("//images.vans.com/is/image/VansBrand/bg-txtr-wht-video?wid=800");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  -webkit-transition: background-position 0.25s ease 0.5s;
  -o-transition: background-position 0.25s ease 0.5s;
  transition: background-position 0.25s ease 0.5s; }
  .slide-item.inactive .slide-text {
    left: 5%; }
    .slide-item.inactive .slide-text p {
      opacity: 0; }
  .slide-item.active .slide-text {
    width: 260px;
    top: 25%;
    left: 3%; }
    .slide-item.active .slide-text h4,
    .slide-item.active .slide-text h3,
    .slide-item.active .slide-text p {
      color: #000; }
    .slide-item.active .slide-text p {
      opacity: 1; }
    .slide-item.active .slide-text.extra {
      top: 5%; }
  @media only screen and (max-width: 1440px) {
    .slide-item.active .slide-text {
      width: 260px; } }
  @media (max-width: 1024px) {
    .slide-item.active .slide-text {
      width: 85%;
      top: 70%;
      left: 5%; } }
  @media (max-width: 768px) {
    .slide-item.active .slide-text {
      top: 50%; } }
  @media (max-width: 640px) {
    .slide-item.active .slide-text {
      top: 48%; }
    .slide-item.active .slide-vid {
      top: 2%; } }
  .slide-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.15s ease;
    -o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease; }
  @media (max-width: 640px) {
    .slide-item {
      height: 450px; } }

.slide-text {
  position: absolute;
  width: 320px;
  left: 3%;
  top: 55%;
  z-index: 2;
  -webkit-transition: top 0.25s ease 0.85s, left 0.25s ease;
  -o-transition: top 0.25s ease 0.85s, left 0.25s ease;
  transition: top 0.25s ease 0.85s, left 0.25s ease; }
  .slide-text h3,
  .slide-text h4,
  .slide-text p {
    color: #fff;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
    font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    line-height: 1.5em;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease 0.65s;
    -o-transition: color 0.25s ease 0.65s;
    transition: color 0.25s ease 0.65s; }
  .slide-text h3 {
    font-size: calc(24px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0.03em;
    font-weight: 400; }
  .slide-text h4 {
    font-size: calc(24px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 10px; }
  .slide-text p {
    text-transform: none;
    font-size: calc(10px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    font-family: Helvetica, Arial, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease 0.5s;
    -o-transition: opacity 0.25s ease 0.5s;
    transition: opacity 0.25s ease 0.5s; }
  @media (max-width: 1024px) {
    .slide-text {
      z-index: 15;
      width: 80%; } }
  @media (max-width: 640px) {
    .slide-text {
      left: 10%;
      top: 60%;
      z-index: 15; } }
  .slide-text.active-mobile h4,
  .slide-text.active-mobile h3,
  .slide-text.active-mobile p {
    color: #000; }
  .slide-text.active-mobile p {
    opacity: 1 !important; }

.slide-item .watch-btn {
  position: absolute;
  bottom: 2px;
  padding-right: 50px;
  z-index: 1;
  left: 5%;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }
  .slide-item .watch-btn:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
    position: absolute;
    right: 25px; }

.slide-item.inactive .watch-btn {
  display: inherit; }

.slide-item.active .watch-btn {
  display: none; }

@media (max-width: 1024px) {
  .slide-item {
    display: none; } }

.nontouch .slide-item:hover .watch-btn,
.no-touch .slide-item:hover .watch-btn {
  background-color: #000;
  color: #fff; }
  .nontouch .slide-item:hover .watch-btn:before,
  .no-touch .slide-item:hover .watch-btn:before {
    border-left: 8px solid #fff; }

.touch .slide-item .watch-btn {
  display: none; }

.slide-vid {
  position: absolute;
  right: 2%;
  top: 15%;
  z-index: 5;
  width: 67%;
  opacity: 0; }
  @media (max-width: 1280px) {
    .slide-vid {
      width: 65%; } }
  @media (max-width: 1024px) {
    .slide-vid {
      opacity: 1;
      width: 86%;
      top: 5%;
      left: 7%;
      z-index: 5; } }
  @media (max-width: 640px) {
    .slide-vid {
      z-index: 5; } }

.slide-item .vid-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.25s ease;
  -o-transition: opacity 0.5s ease, transform 0.25s ease;
  transition: opacity 0.5s ease, transform 0.25s ease;
  transition: opacity 0.5s ease, transform 0.25s ease, -webkit-transform 0.25s ease; }
  .slide-item .vid-cover.vid01 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-lizzie?wid=362); }
  .slide-item .vid-cover.vid02 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-gboys?wid=362); }
  .slide-item .vid-cover.vid03 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-alex?wid=362); }
  .slide-item .vid-cover.vid04 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-kyle?wid=362); }
  .slide-item .vid-cover.vid05 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-nathan?wid=362); }
  .slide-item .vid-cover.vid06 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-pfanner?wid=362); }
  .slide-item .vid-cover.vid07 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-tonyelijah1?wid=362); }
  .slide-item .vid-cover.vid08 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-tonyelijah2?wid=362); }
  .slide-item .vid-cover.vid09 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-girlsskate?wid=362); }
  .slide-item .vid-cover.vid10 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-visionwalk?wid=362); }
  .slide-item .vid-cover.vid11 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-malmo?wid=362); }
  .slide-item .vid-cover.vid12 {
    background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-zine?wid=362); }
  .slide-item .vid-cover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.25;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  @media (max-width: 1024px) {
    .slide-item .vid-cover {
      background-size: cover;
      background-position: 0 0;
      background-position: initial;
      z-index: 10; } }
  @media (max-width: 640px) {
    .slide-item .vid-cover.vid01 {
      background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-mobile-lizzie?wid=350); }
    .slide-item .vid-cover.vid02 {
      background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-mobile-gboys?wid=350); }
    .slide-item .vid-cover.vid03 {
      background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-mobile-knost?wid=350); }
    .slide-item .vid-cover.vid04 {
      background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-mobile-kyle?wid=350); }
    .slide-item .vid-cover.vid05 {
      background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-mobile-nathan?wid=350); }
    .slide-item .vid-cover.vid06 {
      background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-mobile-pfanner?wid=350); }
    .slide-item .vid-cover.vid07 {
      background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-mobile-tony?wid=350); }
    .slide-item .vid-cover.vid08 {
      background-image: url(//images.vans.com/is/image/VansBrand/brand-main-carousel-mobile-elijah?wid=350); } }

/* add hover on non-touch devices */
.nontouch .slide-item.inactive:hover .vid-cover,
.no-touch .slide-item.inactive:hover .vid-cover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  .nontouch .slide-item.inactive:hover .vid-cover:after,
  .no-touch .slide-item.inactive:hover .vid-cover:after {
    opacity: 0; }

.nontouch .slide-item.inactive:hover:before,
.no-touch .slide-item.inactive:hover:before {
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid #b90000; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  z-index: 15; }

.slick-prev:before,
.slick-next:before {
  content: none;
  line-height: 0; }

.slick-prev,
.slick-next {
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  z-index: 10; }
  .slick-prev:hover,
  .slick-next:hover {
    background: black; }
  @media (max-width: 1024px) {
    .slick-prev,
    .slick-next {
      display: none !important; } }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: #000; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: black; }

.slick-dots li button:before {
  color: #fff;
  font-family: arial, sans-serif;
  font-size: 36px; }

.slick-dots li.slick-active button:before {
  color: #fff; }

.slick-dots li {
  margin: 0 2px; }

button.slick-prev.slick-arrow.slick-disabled,
button.slick-next.slick-arrow.slick-disabled {
  display: none !important; }

/*------------------------------------*
   $EVENTS
*------------------------------------*/
.events-wrap {
  padding: 75px 0 100px;
  position: relative; }

.events-ptrn {
  background: #000 url("//images.vans.com/is/image/VansBrand/spiralpatterbigrp?wid=2188&qlt=95") repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.vanguards-events {
  background: url("//images.vans.com/is/image/VansBrand/brand-white-bg-texture?wid=1400");
  padding: 70px 0 90px;
  position: relative;
  z-index: 1; }
  @media (max-width: 640px) {
    .vanguards-events {
      padding: 25px 0; } }

.event-grid {
  max-width: 70rem;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .event-grid {
      width: 90%; } }
  @media (max-width: 640px) {
    .event-grid {
      width: 92%; } }

.event-hdr {
  width: 100%;
  max-width: 411px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  padding: 2px 25px;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
  color: #fff;
  background: #000;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase; }

.event-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18% 1fr 15%;
  grid-template-columns: 18% 1fr 15%;
  padding: 35px 0 15px 0;
  border-bottom: 1px solid #d8d8d8; }
  @media (max-width: 640px) {
    .event-item {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.event-block {
  color: #000; }
  .event-block h3,
  .event-block p {
    color: #000;
    font-size: 14px; }
  .event-block h3 {
    text-transform: uppercase;
    font-size: 2rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
    font-weight: 100;
    line-height: 1.25em;
    margin-bottom: 10px;
    margin-top: 0; }
  .event-block .button {
    background: #b90000; }
  .event-block.date {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 1/2;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
    line-height: 1.25em; }
  .event-block.details {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 10% 0 2%; }
  .event-block.cta {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 3/4;
    grid-row: 1/2;
    padding-top: 5px;
    justify-self: center; }
  @media (max-width: 640px) {
    .event-block.date {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 1/2;
      font-size: 1.5rem;
      margin-bottom: 10px; }
      .event-block.date br {
        display: none; }
    .event-block.details {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 2/3;
      padding: 0 5% 0 0; }
      .event-block.details h3 {
        font-size: 1.5rem; }
    .event-block.cta {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-column: 1/2;
      grid-row: 3/4;
      margin-left: 0;
      width: 100%; }
      .event-block.cta .button {
        display: block; } }

.nontouch .cta .button:hover {
  background: #000; }

/*------------------------------------*
   $BOTTOM
*------------------------------------*/
.btm-lifestyle {
  background: url("//images.vans.com/is/image/VansBrand/s19-brand-vansgaurd-9?wid=1400") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh; }
  @media (max-width: 1024px) {
    .btm-lifestyle {
      background: url("//images.vans.com/is/image/VansBrand/s19-brand-vansgaurd-9?wid=700") no-repeat;
      background-attachment: scroll;
      background-attachment: initial;
      background-size: cover;
      background-position: center;
      height: 700px; } }
  @media (max-width: 640px) {
    .btm-lifestyle {
      height: 350px; } }

.btm-accent {
  background: #000 url("//images.vans.com/is/image/VansBrand/bg-otwtile-2?wid=800") repeat-x;
  height: 100px; }
  @media (max-width: 640px) {
    .btm-accent {
      height: 75px;
      background-repeat: no-repeat;
      background-size: cover; } }

/*------------------------------------*
   $ABOUT OTW
*------------------------------------*/
.about-otw {
  padding: 75px;
  background: url("//images.vans.com/is/image/VansBrand/offthewall-dark-text-bkg?wid=453&qlt=65") repeat top left;
  background-size: 293px; }
  .about-otw .inner-wrap {
    max-width: 55rem;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: calc(30px + (48 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.04em; }
  @media (max-width: 1024px) {
    .about-otw {
      padding: 50px 0; }
      .about-otw .inner-wrap {
        width: 80%; } }
  @media (max-width: 640px) {
    .about-otw {
      padding: 35px 0; }
      .about-otw .inner-wrap {
        width: 75%; } }

  .secondary-story--img img {
    width: 100%;
  }
  .coupon {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    right: 0px;
    cursor: pointer;
    z-index: 2000;
    background-size: 100% auto;
  }
  .coupon150 {
    bottom: 303px;
    background: url('../img/150coupon.jpg') no-repeat center center;
  }
  .coupon300 {
    bottom: 242px;
    background: url('../img/300coupon.jpg') no-repeat center center;
  }
  @media (max-width: 640px) {
    .coupon150 {
      z-index: 99999;
      width: 2.625rem;
      height: 2.625rem;
      bottom: 17.2rem;
      background-size: 2.625rem;
      /* background: url('../img/150coupon.jpg') no-repeat center center; */
    }
    .coupon300 {
      z-index: 99999;
      width: 2.625rem;
      height: 2.625rem;
      bottom: 14.45rem;
      background-size: 2.625rem;
      /* background: url('../img/300coupon.jpg') no-repeat center center; */
    }
  }