span, div, p, h1, h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, li {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  overflow-y: visible;
}

.tablet #header {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

@font-face {
  font-family: "TiredOfCourier";
  src: url("../../../assets/fonts/TiredOfCourier_Plain.woff"), url("../../../assets/fonts/TiredOfCourier_Plain.otf");
}
#app {
  width: 100%;
  height: 100%;
}

.content {
  min-height: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  position: relative;
}

.page #animationContent {
  padding-top: 50px;
  padding-bottom: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  max-width: 1420px;
  overflow: hidden;
}

.page .animation_container {
  height: 100%;
}

.page {
  height: 100% !important;
}

.animation {
  height: 100%;
  position: relative;
}

.phone #header {
  position: absolute;
  width: 100%;
}
.phone .page #animationContent {
  padding-top: 40px;
  padding-bottom: 0;
}
.phone .page #back-btn {
  position: absolute;
  top: 50px;
}

.lv-application {
  width: 100%;
  height: auto;
}

.layout-auto .page #animationContent {
  height: auto;
}
.phone .layout-auto .page #back-btn {
  position: absolute;
  top: 50px;
}
.layout-auto .content {
  height: auto !important;
}
.layout-auto #app {
  width: 100%;
  height: auto;
}
.layout-auto #footer {
  margin-top: -70px;
  bottom: auto !important;
}
.layout-auto.phone .page #back-btn {
  position: absolute;
  top: 50px;
}
.layout-auto.phone .page #animationContent {
  padding-top: 40px !important;
  padding-bottom: 0;
}
.layout-auto.phone #footer {
  margin-top: auto !important;
}

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: all;
  display: inline-block;
  background: #555;
  padding: 10px 20px 10px 20px;
  border: 1px solid white;
  text-transform: uppercase;
}

.lv-cta {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: all;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  background-color: white;
  color: black;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: 1px solid black;
  font-family: "LouisVuitton-N-Demi";
  font-family: "LouisVuitton-N";
  font-size: 14px;
  padding: 0;
  min-width: 250px;
}
.lv-cta .label {
  text-align: center;
  opacity: 1;
}
.lv-cta .label.hover {
  color: white;
  z-index: 1;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.lv-cta .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
}
.lv-cta .label {
  line-height: initial;
  padding: 0;
}
.lv-cta .label .holder {
  position: relative;
  display: inline-block;
  padding: 12px 20px 12px 30px;
}
.lv-cta .label .detail {
  background-image: url(../../../assets/images/commons/arrow_black.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  margin-left: -20px;
  background-position: center center;
  background-size: 5px 9px;
}
.ie9 .lv-cta .label .detail {
  top: -1px;
}
.ios .lv-cta .label .detail {
  margin-top: 1px;
}
.lv-cta .label.hover .detail {
  background-image: url(../../../assets/images/commons/arrow_white.png);
}

.lv-cta-book {
  min-width: 180px;
}

.lv-cta-video-desktop-mode {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: all;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  background-color: white;
  color: black;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-family: "LouisVuitton-N-Demi";
  font-family: "LouisVuitton-N";
  font-size: 14px;
  padding: 0;
}
.lv-cta-video-desktop-mode .label {
  text-align: center;
  opacity: 1;
}
.lv-cta-video-desktop-mode .label.hover {
  color: white;
  z-index: 1;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.lv-cta-video-desktop-mode .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
}
.lv-cta-video-desktop-mode .label {
  line-height: initial;
  padding: 0;
}
.lv-cta-video-desktop-mode .label .holder {
  position: relative;
  display: inline-block;
}
.desktop .lv-cta-video-desktop-mode .label .holder {
  padding: 10px 25px 10px 41px;
}
.ie9 .lv-cta-video-desktop-mode .label .holder {
  padding: 10px 25px 10px 41px;
}
.lv-cta-video-desktop-mode .label .detail {
  background-image: url(../../../assets/images/commons/arrow_black.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  margin-left: -20px;
  background-position: center center;
  background-size: 5px 9px;
}
.ie9 .lv-cta-video-desktop-mode .label .detail {
  top: -1px;
}
.ios .lv-cta-video-desktop-mode .label .detail {
  margin-top: 1px;
}
.lv-cta-video-desktop-mode .label.hover .detail {
  background-image: url(../../../assets/images/commons/arrow_white.png);
}

@media screen and (max-height: 720px) {
  .desktop .lv-cta-resize-fix .label .holder {
    padding: 5px 15px 5px 31px;
  }
  .ie9 .lv-cta-resize-fix .label .holder {
    padding: 5px 15px 5px 15px;
  }
}

sup {
  vertical-align: super;
  font-size: 60%;
  line-height: 60%;
}

.view-home {
  width: 100%;
  height: 100%;
}
.phone .view-home {
  height: auto;
  min-height: 100%;
  background-color: black;
}
.layout-fill .phone .view-home {
  height: 100%;
  position: absolute;
}
.layout-auto .phone .view-home {
  height: auto;
  position: relative;
}
.view-home #fcplayer_container {
  pointer-events: all;
}
.desktop .view-home, .tablet .view-home {
  background-color: black;
}
.view-home .home-pannel {
  position: absolute;
  width: 100%;
  top: 60%;
  height: 40%;
  font-size: 16px;
  /* .desktop.portrait & {
     top: 0;
     padding-top: 56.25%;
     height: auto;
     bottom: 0;
   }*/
}
.tablet .view-home .home-pannel {
  /* @media screen and (min-aspect-ratio: 1201/706)  and (max-width: 1420px) {
     font-size: 2vh;
     padding-top: 0;
     top: auto;
     height: 9em;
   }
   @media screen and (max-height: 800px)  and (min-width: 1420px) {
     font-size: 2vh;
     padding-top: 0;
     top: auto;
     height: 9em;
   }*/
}
.tablet.portrait .view-home .home-pannel {
  z-index: 3;
}
.tablet.landscape .view-home .home-pannel {
  /* @media screen and (max-height: 667px) {
     font-size: 2vh;
     padding-top: 0;
     top: auto;
     height: 37%;
   }*/
}
.desktop .view-home .home-pannel {
  /*
  @media screen and (min-aspect-ratio: 1250/501)  and (max-width: 1420px) {
    font-size: 2vh;
    padding-top: 0;
    top: auto;
    height: 37%;
  }
  @media screen and (max-height: 800px) {
    font-size: 2vh;
    padding-top: 0;
    top: auto;
    height: 37%;
  }*/
}
.phone.portrait .view-home .home-pannel {
  height: auto;
  position: relative;
  display: inline-block;
  position: relative;
  margin-top: -100px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.phone.landscape .view-home .home-pannel {
  height: auto;
  position: relative;
  display: inline-block;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.view-home .home-pannel .home-pannel-table {
  width: 100%;
  height: 100%;
}
.view-home .home-pannel .home-pannel-table .home-pannel-cell {
  text-align: center;
  display: table;
  vertical-align: middle;
  height: 30%;
  width: 100%;
}
.phone .view-home .home-pannel .home-pannel-table .home-pannel-cell {
  height: auto;
}
.view-home .home-pannel .home-pannel-table .home-pannel-cell .home-pannel-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.view-home .home-pannel .home-pannel-table .home-pannel-cell .home-pannel-content .description {
  font-family: "LouisVuitton-N";
  color: white;
  font-size: 22px;
  font-size: 1.375em;
  color: #fff;
}
.tablet .view-home .home-pannel .home-pannel-table .home-pannel-cell .home-pannel-content .description {
  font-family: "LouisVuitton-N-Light";
}
.phone.portrait .view-home .home-pannel .home-pannel-table .home-pannel-cell .home-pannel-content .description {
  font-size: 16px;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 0;
}
.phone.landscape .view-home .home-pannel .home-pannel-table .home-pannel-cell .home-pannel-content .description {
  font-size: 16px;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 0;
}
.view-home .home-pannel .home-pannel-table .cta-holder {
  text-align: center;
  display: block;
  height: 33%;
  z-index: 3;
}
.phone.portrait .view-home .home-pannel .home-pannel-table .cta-holder, .phone.landscape .view-home .home-pannel .home-pannel-table .cta-holder {
  padding-bottom: 1em;
}
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound {
  padding: 4px;
  display: inline-block;
  border: 1px solid white;
}
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound.cta-bound-1 {
  border: 1px solid transparent;
}
.phone.portrait .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound {
  display: block;
  width: 60%;
  margin-left: 20%;
}
.phone.landscape .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound {
  display: block;
  width: 40%;
  margin-left: 30%;
}
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta {
  font-size: .8em;
  font-family: "LouisVuitton-N";
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  color: black;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: none;
}
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label-holding {
  padding: 1em 1.25em;
  opacity: 1;
  line-height: 1em;
}
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label {
  padding: 1em 1.25em;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: black;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 1em;
}
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e02246;
}
.ff .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .decoration {
  right: -1px;
}
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label-holding,
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: auto 30%;
  background-repeat: no-repeat;
  background-position: 2em 50%;
  padding-left: 3em;
  padding-right: 2.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.tablet .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label-holding, .tablet
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label {
  background-image: url(../../../assets/images/commons/arrow_black.svg);
}
.desktop .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label-holding, .desktop
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label {
  background-image: url(../../../assets/images/commons/arrow_black_hd.png);
}
.ie9 .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label-holding, .ie9
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label {
  background-position: 2em 56%;
}
.phone.portrait .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label-holding, .phone.landscape .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label-holding, .phone.portrait
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label, .phone.landscape
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label {
  display: block;
  padding-left: initial;
  padding-right: initial;
}
.ie9 .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label-holding, .ie9
.view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta .label {
  padding-bottom: .6em;
}
.phone.portrait .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta, .phone.landscape .view-home .home-pannel .home-pannel-table .cta-holder .cta-bound .vuitton-cta {
  display: block;
  padding-left: initial;
  padding-right: initial;
}
.view-home .home-pannel .home-pannel-table .home-pannel-asterix-content {
  text-align: center;
  width: 100%;
  height: 30%;
  display: table;
  line-height: 95%;
}
.desktop .view-home .home-pannel .home-pannel-table .home-pannel-asterix-content {
  font-size: 85%;
}
.phone .view-home .home-pannel .home-pannel-table .home-pannel-asterix-content {
  display: block;
}
.view-home .home-pannel .home-pannel-table .home-pannel-asterix-content .description {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-family: "LouisVuitton-N";
  color: white;
  color: #fff;
}
.tablet .view-home .home-pannel .home-pannel-table .home-pannel-asterix-content .description {
  font-family: "LouisVuitton-N-Light";
}
.tablet.landscape .view-home .home-pannel .home-pannel-table .home-pannel-asterix-content .description {
  font-size: 12px;
}
.phone.portrait .view-home .home-pannel .home-pannel-table .home-pannel-asterix-content .description {
  font-size: 12px;
  padding-bottom: 2em;
  margin-bottom: 0;
}
.phone.landscape .view-home .home-pannel .home-pannel-table .home-pannel-asterix-content .description {
  display: block;
  font-size: 13px;
  padding-bottom: 2em;
  margin-bottom: 0;
}
.view-home .book-pannel {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  font-family: "LouisVuitton-N";
  color: white;
  font-size: 12px;
  font-size: 1.3vw;
  z-index: 4;
}
.phone.portrait .view-home .book-pannel {
  font-size: 2.3vh;
  height: 100%;
  position: absolute;
  background-image: url(../../../assets/images/home/left.jpg);
  background-size: cover;
  background-position: 50% 0%;
  background-color: rgba(0, 0, 0, 0.9);
}
.phone.landscape .view-home .book-pannel {
  font-size: 2.3vw;
  height: 400px;
  position: relative;
  background-image: url(../../../assets/images/home/left.jpg);
  background-size: cover;
  background-position: 50% 0%;
  background-color: rgba(0, 0, 0, 0.9);
}
.view-home .book-pannel .pic-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../../assets/images/home/girl-pink.jpg);
  background-size: cover;
  background-position: 50% 0%;
}
.portrait .view-home .book-pannel .pic-left {
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
}
.view-home .book-pannel .pic-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url(../../../assets/images/discover/01.jpg);
  background-size: cover;
  background-position: 50% 0%;
}
.portrait .view-home .book-pannel .pic-right {
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
}
.view-home .book-pannel .black {
  background-color: rgba(0, 0, 0, 0.89);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.view-home .book-pannel .choose {
  font-family: "LouisVuitton-N-Demi";
}
.phone .view-home .book-pannel .choose {
  margin-bottom: 10px;
}
.phone.portrait .view-home .book-pannel .choose {
  font-size: 1.9vh;
}
.view-home .book-pannel select {
  font-size: 3.3vh;
  width: 90%;
  height: auto;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  background-image: url(../../../assets/images/commons/full_arrow_down_up_filtersgrey.png);
}
.phone .view-home .book-pannel select {
  margin-bottom: 20px;
  font-size: 6vw;
}
.phone.landscape .view-home .book-pannel select {
  width: 50%;
  font-size: 2.3vw;
}
.view-home .book-pannel .cta-container-phone {
  height: 20%;
  width: 100%;
  text-align: center;
  position: relative;
  left: 0;
    /*.vuitton-cta {
      @include vuittonCta(white, black, black, white, 1px solid black);
      font-family: $base-font;
      font-size: 14px;

      .decoration {
        @include transform(translate3d(0px, 0px, 0px));
      }

      width: 180px;
      left: 50%;
      margin-left: -90px;
      display: block;
      margin-bottom: 10px;
      padding: 0;

      .label-holding {
        padding: 10px 15px 10px 31px;

        .detail {

          background-image: url(../../../assets/images/commons/arrow_black.png);
          background-repeat: no-repeat;
          background-size: 6px;
          background-size: contain;

          position: absolute;
          width: 16px;
          height: 9px;
          margin-top: 3px;
          margin-left: -15px;
          .ie9 & {
            display: none;
          }
        }
      }
      .label {

        padding: 10px 8px;
        width: 100%;

        .detail {

          background-image: url(../../../assets/images/commons/arrow_white.png);
          background-size: 6px;
          background-repeat: no-repeat;
          background-size: contain;

          position: absolute;
          width: 16px;
          height: 9px;
          margin-top: 3px;
          margin-left: -15px;

        }
      }

    }*/
    /*
          .vuitton-cta {
            font-size: 12px;
            font-family: $base-font;
            @include vuittonCta(rgba(255, 255, 255, 1), black, rgb(224,34,70), black, none);
            .label-holding,
            .label
            {
              @include hardwareAccelerate;
              .tablet &
              {
                background-image: url(../../../assets/images/commons/arrow_black.svg);
              }
              .desktop &
              {
                background-image: url(../../../assets/images/commons/arrow_black.png);
              }
              background-size: auto .9em;
              background-repeat: no-repeat;
              background-position: 2em 50%;
              padding-left: 3em;
              padding-right: 2.5em;
            }

            .phone.portrait & {
              display: block;
              &:nth-child(2)
              {
                margin-top: 1em;
              }
            }
          }*/
}
.phone.portrait .view-home .book-pannel .cta-container-phone {
  height: auto;
  width: auto;
  display: inline-block;
}
.view-home .book-pannel .cta-container-phone .book-button {
  margin-bottom: 10px;
  left: 50%;
  margin-left: -90px;
  display: block;
  width: 180px;
}
.view-home .book-pannel .title-container {
  height: 30%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.view-home .book-pannel .title-container .title {
  font-family: "LouisVuitton-N";
  width: 100%;
  font-size: 50px;
  font-size: 4.2vw;
  margin-top: -20px;
  margin-top: -2.1vw;
  position: absolute;
  top: 45%;
}
.phone .view-home .book-pannel .title-container .title {
  margin-top: -20px;
}
.phone.portrait .view-home .book-pannel .title-container .title {
  font-size: 20px;
  font-size: 3.6vh;
  top: 20%;
  width: 90%;
  left: 5%;
}
.phone.landscape .view-home .book-pannel .title-container .title {
  font-size: 35px;
  font-size: 4.3vw;
}
.iPhone4.portrait .view-home .book-pannel .title-container .title {
  font-size: 18px;
}
.view-home .book-pannel .title-container .subtitle {
  width: 100%;
  font-size: 18px;
  font-size: 1.7vw;
  margin-top: -10px;
  margin-top: -.9vw;
  position: absolute;
  top: 80%;
  color: #9d9d9d;
}
.phone .view-home .book-pannel .title-container .subtitle {
  margin-top: -10px;
}
.phone.portrait .view-home .book-pannel .title-container .subtitle {
  font-size: 12px;
  font-size: 2.5vh;
  top: 45%;
}
.phone.landscape .view-home .book-pannel .title-container .subtitle {
  font-size: 2.5vw;
  margin-top: -20px;
}
.iPhone4.portrait .view-home .book-pannel .title-container .subtitle {
  top: 40%;
}
.tablet .view-home .book-pannel .title-container .subtitle {
  font-size: 20px;
  font-size: 2.5vw;
}
.view-home .book-pannel .title-container .subtitle .mention {
  font-size: 17px;
  font-size: 1.6vw;
}
.phone.portrait .view-home .book-pannel .title-container .subtitle .mention {
  font-size: 10px;
  font-size: 2.2vh;
}
.phone.landscape .view-home .book-pannel .title-container .subtitle .mention {
  font-size: 2.2vw;
}
.tablet .view-home .book-pannel .title-container .subtitle .mention {
  font-size: 18px;
  font-size: 2.3vw;
}
.view-home .book-pannel .alert {
  display: none;
  height: 50%;
  width: 80%;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 10%;
}
.tablet .view-home .book-pannel .alert {
  width: 90%;
  left: 5%;
}
.view-home .book-pannel .alert .popin {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.view-home .book-pannel .alert .popin .big-label {
  font-family: "LouisVuitton-N-Demi";
  font-size: 22px;
  font-size: 1.8vw;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.phone .view-home .book-pannel .alert .popin .big-label {
  font-size: 2.3vw;
}
.phone.portrait .view-home .book-pannel .alert .popin .big-label {
  font-size: 1.8vh;
}
.view-home .book-pannel .alert .popin .cta-container-alert {
  height: 20%;
  width: 100%;
  text-align: center;
  position: relative;
}
.view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta {
  font-size: 12px;
  font-family: "LouisVuitton-N";
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  color: black;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: none;
}
.view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label-holding {
  padding: 1em 1.25em;
  opacity: 1;
  line-height: 1em;
}
.view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label {
  padding: 1em 1.25em;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: black;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 1em;
}
.view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e02246;
}
.ff .view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .decoration {
  right: -1px;
}
.view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label-holding,
.view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: auto .9em;
  background-repeat: no-repeat;
  background-position: 2em 50%;
  padding-left: 3em;
  padding-right: 2.5em;
}
.tablet .view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label-holding, .tablet
.view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label {
  background-image: url(../../../assets/images/commons/arrow_black.svg);
}
.desktop .view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label-holding, .desktop
.view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label {
  background-image: url(../../../assets/images/commons/arrow_black_hd.png);
}
.ie9 .view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label-holding, .ie9
.view-home .book-pannel .alert .popin .cta-container-alert .vuitton-cta .label {
  padding-bottom: .9em;
}
.view-home .book-pannel .event-container {
  height: 50%;
  width: 80%;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 10%;
}
.tablet .view-home .book-pannel .event-container {
  width: 90%;
  left: 5%;
}
.view-home .book-pannel .event-container .phone-container {
  display: none;
}
.phone .view-home .book-pannel .event-container .phone-container {
  display: block;
}
.view-home .book-pannel .event-container .calendar {
  font-family: "LouisVuitton-N";
  font-size: 18px;
  font-size: 1.6vw;
  height: 100%;
  width: 25%;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 0;
  float: left;
  display: block;
  margin-bottom: 10px;
}
.phone .view-home .book-pannel .event-container .calendar {
  display: none;
}
.tablet.portrait .view-home .book-pannel .event-container .calendar {
  width: 35%;
}
.view-home .book-pannel .event-container .calendar > div.header {
  font-size: 16px;
  font-size: 1.4vw;
  float: left;
  width: 100%;
  height: 40px;
  color: white;
  position: relative;
  left: 0;
  top: 0;
}
.view-home .book-pannel .event-container .calendar > div.header > * {
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  vertical-align: middle;
}
.view-home .book-pannel .event-container .calendar > div.header > .i {
  width: 40px;
  font-size: 1.125em;
  font-weight: bold;
  position: absolute;
  margin: 0;
  cursor: pointer;
  background-image: url(../../../assets/images/commons/arrow_right.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.view-home .book-pannel .event-container .calendar > div.header > .i.arrow-left {
  text-align: left;
  left: 0;
  background-image: url(../../../assets/images/commons/arrow_left.png);
  z-index: 3;
}
.view-home .book-pannel .event-container .calendar > div.header > .i.arrow-right {
  text-align: right;
  right: 0;
  z-index: 3;
}
.view-home .book-pannel .event-container .calendar > div.header > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.view-home .book-pannel .event-container .calendar > div.week {
  float: left;
  width: 100%;
}
.view-home .book-pannel .event-container .calendar > div.week:first-child {
  border-top: none;
  font-family: "LouisVuitton-N-Demi";
}
.view-home .book-pannel .event-container .calendar > div.week > span.day {
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  width: 12.5%;
  font-size: 0.75em;
  text-align: center;
  height: 30px;
  line-height: 30px !important;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: white;
  pointer-events: none;
  border: solid 1px transparent;
}
.view-home .book-pannel .event-container .calendar > div.week > span.day:first-child {
  border-left: none;
}
.view-home .book-pannel .event-container .calendar > div.week > span.day.event {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  pointer-events: all;
}
.view-home .book-pannel .event-container .calendar > div.week > span.day.hazEvent {
  border: solid 1px white;
  color: white;
  pointer-events: all;
}
.view-home .book-pannel .event-container .calendar > div.week > span.day.selected {
  background: white;
  color: black;
  pointer-events: all;
}
.view-home .book-pannel .event-container .calendar > div.week > span.day.different-month {
  border: none !important;
  margin-left: 4px;
  color: transparent !important;
  background: none !important;
  pointer-events: none;
}
.view-home .book-pannel .event-container .calendar > div.week.names > span {
  font-weight: bold;
}
.view-home .book-pannel .event-container .spacer {
  height: 260px;
  width: 2px;
  position: absolute;
  top: 10px;
  left: 120%;
  background-color: white;
}
.phone .view-home .book-pannel .event-container .spacer {
  display: none;
}
.view-home .book-pannel .event-container .date-container {
  height: 100%;
  width: 65%;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 35%;
  font-family: "LouisVuitton-N-Demi";
  font-size: 16px;
  font-size: 1.4vw;
  text-align: left;
}
.phone .view-home .book-pannel .event-container .date-container {
  display: none;
}
.tablet.portrait .view-home .book-pannel .event-container .date-container {
  width: 55%;
  left: 45%;
}
.view-home .book-pannel .event-container .date-container .day {
  line-height: 40px;
  vertical-align: middle;
}
.view-home .book-pannel .event-container .date-container .choose-hours {
  font-size: 22px;
  font-size: 1.8vw;
  margin-bottom: 15px;
  line-height: 35px;
}
.view-home .book-pannel .event-container .date-container .events {
  display: block;
  width: 100%;
}
.view-home .book-pannel .event-container .date-container .events .event {
  font-family: "LouisVuitton-N";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: all;
  font-size: 14px;
  display: inline-block;
  border: 1px solid white;
  width: 60px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 10px;
}
.view-home .book-pannel .event-container .date-container .events .selected {
  background-color: white;
  color: black;
}
.view-home .book-pannel .cta-container {
  height: 20%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 85%;
  left: 0;
}
.phone .view-home .book-pannel .cta-container {
  top: 70%;
  display: none;
}
.view-home .book-pannel .cta-container .vuitton-cta {
  font-size: 12px;
  font-family: "LouisVuitton-N";
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  color: black;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: none;
}
.view-home .book-pannel .cta-container .vuitton-cta .label-holding {
  padding: 1em 1.25em;
  opacity: 1;
  line-height: 1em;
}
.view-home .book-pannel .cta-container .vuitton-cta .label {
  padding: 1em 1.25em;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: black;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 1em;
}
.view-home .book-pannel .cta-container .vuitton-cta .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d50032;
}
.ff .view-home .book-pannel .cta-container .vuitton-cta .decoration {
  right: -1px;
}
.view-home .book-pannel .cta-container .vuitton-cta .label-holding,
.view-home .book-pannel .cta-container .vuitton-cta .label {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: auto .9em;
  background-repeat: no-repeat;
  background-position: 2em 50%;
  padding-left: 3em;
  padding-right: 2.5em;
}
.tablet .view-home .book-pannel .cta-container .vuitton-cta .label-holding, .tablet
.view-home .book-pannel .cta-container .vuitton-cta .label {
  background-image: url(../../../assets/images/commons/arrow_black.svg);
}
.desktop .view-home .book-pannel .cta-container .vuitton-cta .label-holding, .desktop
.view-home .book-pannel .cta-container .vuitton-cta .label {
  background-image: url(../../../assets/images/commons/arrow_black.png);
}
.ie9 .view-home .book-pannel .cta-container .vuitton-cta .label-holding, .ie9
.view-home .book-pannel .cta-container .vuitton-cta .label {
  padding-bottom: .9em;
}
.view-home .book-pannel .close-button {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 50px;
  top: 50px;
  padding: 20px;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (orientation: portrait) {
  .view-home .book-pannel .close-button {
    top: 30px;
    margin-top: 0;
  }
}
.phone .view-home .book-pannel .close-button {
  display: none;
}
.view-home .book-pannel .close-button .decoration {
  background-image: url(../../../assets/images/commons/cross.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.view-home .prebook-pannel {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  font-family: "LouisVuitton-N";
  color: white;
  font-size: 12px;
  font-size: 1.3vw;
  z-index: 4;
}
.phone.portrait .view-home .prebook-pannel {
  font-size: 2.3vh;
  height: 520px;
  position: relative;
  background-image: url(../../../assets/images/home/left.jpg);
  background-size: cover;
  background-position: 50% 0%;
  background-color: rgba(0, 0, 0, 0.9);
}
.phone.landscape .view-home .prebook-pannel {
  font-size: 2.3vw;
  height: 350px;
  position: relative;
  background-image: url(../../../assets/images/home/left.jpg);
  background-size: cover;
  background-position: 50% 0%;
  background-color: rgba(0, 0, 0, 0.9);
}
.view-home .prebook-pannel .pic-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../../assets/images/home/girl-pink.jpg);
  background-size: cover;
  background-position: 50% 0%;
}
.portrait .view-home .prebook-pannel .pic-left {
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
}
.view-home .prebook-pannel .pic-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url(../../../assets/images/discover/01.jpg);
  background-size: cover;
  background-position: 50% 0%;
}
.portrait .view-home .prebook-pannel .pic-right {
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
}
.view-home .prebook-pannel .black {
  background-color: rgba(0, 0, 0, 0.89);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.view-home .prebook-pannel .title-container {
  height: 30%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.phone.portrait .view-home .prebook-pannel .title-container {
  top: 3%;
}
.iPhone4 .view-home .prebook-pannel .title-container {
  height: 20%;
}
.view-home .prebook-pannel .title-container .title {
  font-family: "LouisVuitton-N";
  width: 100%;
  font-size: 50px;
  font-size: 4.2vw;
  margin-top: -20px;
  margin-top: -2.1vw;
  position: absolute;
  top: 45%;
}
.phone .view-home .prebook-pannel .title-container .title {
  margin-top: -20px;
}
.phone.portrait .view-home .prebook-pannel .title-container .title {
  font-size: 20px;
  font-size: 3.6vh;
  top: 20%;
  width: 90%;
  left: 5%;
}
.phone.landscape .view-home .prebook-pannel .title-container .title {
  font-size: 35px;
  font-size: 4.3vw;
}
.iPhone4.portrait .view-home .prebook-pannel .title-container .title {
  font-size: 18px;
}
.view-home .prebook-pannel .title-container .subtitle {
  width: 100%;
  font-size: 18px;
  font-size: 1.7vw;
  margin-top: -10px;
  margin-top: -.9vw;
  position: absolute;
  top: 80%;
  color: #9d9d9d;
}
.phone .view-home .prebook-pannel .title-container .subtitle {
  margin-top: -10px;
}
.phone.portrait .view-home .prebook-pannel .title-container .subtitle {
  font-size: 12px;
  font-size: 2.5vh;
  top: 45%;
}
.phone.landscape .view-home .prebook-pannel .title-container .subtitle {
  font-size: 2.5vw;
}
.iPhone4.portrait .view-home .prebook-pannel .title-container .subtitle {
  top: 40%;
}
.tablet .view-home .prebook-pannel .title-container .subtitle {
  font-size: 20px;
  font-size: 2.5vw;
}
.view-home .prebook-pannel .title-container .subtitle .mention {
  font-size: 17px;
  font-size: 1.6vw;
}
.phone.portrait .view-home .prebook-pannel .title-container .subtitle .mention {
  font-size: 10px;
  font-size: 2.2vh;
}
.phone.landscape .view-home .prebook-pannel .title-container .subtitle .mention {
  font-size: 2.2vw;
}
.tablet .view-home .prebook-pannel .title-container .subtitle .mention {
  font-size: 18px;
  font-size: 2.3vw;
}
.view-home .prebook-pannel .bottom-part-container {
  position: relative;
  width: 100%;
  top: 35%;
  height: 65%;
}
.phone.portrait .view-home .prebook-pannel .bottom-part-container {
  top: 27%;
  height: 65%;
}
.phone.landscape .view-home .prebook-pannel .bottom-part-container {
  top: 45%;
}
.iPhone4.portrait .view-home .prebook-pannel .bottom-part-container {
  top: 22%;
  height: 65%;
}
.desktop .view-home .prebook-pannel .bottom-part-container, .tablet .view-home .prebook-pannel .bottom-part-container {
  top: 42%;
}
.view-home .prebook-pannel .bottom-part-container .title {
  width: 100%;
  font-size: 13px;
  font-size: 1.6vw;
  top: -10px;
  position: absolute;
  text-align: center;
  color: white;
  font-family: "LouisVuitton-N";
}
.phone .view-home .prebook-pannel .bottom-part-container .title {
  margin-top: -10px;
}
.phone.portrait .view-home .prebook-pannel .bottom-part-container .title {
  font-size: 14px;
  font-size: 2.6vh;
  top: 5%;
  margin-top: -10px;
}
.phone.landscape .view-home .prebook-pannel .bottom-part-container .title {
  font-size: 16px;
  font-size: 2.7vw;
}
.tablet .view-home .prebook-pannel .bottom-part-container .title {
  font-size: 20px;
  font-size: 2.6vw;
}
.desktop .view-home .prebook-pannel .bottom-part-container .cta-container, .tablet .view-home .prebook-pannel .bottom-part-container .cta-container, .phone.landscape .view-home .prebook-pannel .bottom-part-container .cta-container {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 1px;
  background-color: white;
  height: 150px;
}
.phone.landscape .view-home .prebook-pannel .bottom-part-container .cta-container {
  height: 120px;
}
.phone.portrait .view-home .prebook-pannel .bottom-part-container .cta-container {
  position: absolute;
  top: 15%;
  width: auto;
  background-color: transparent;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: inline-block;
}
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-right {
  right: -100%;
}
.desktop .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner, .tablet .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner {
  position: absolute;
  width: 450px;
  height: 150px;
}
.tablet.portrait .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner {
  width: 400px;
}
.phone.landscape .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner {
  position: absolute;
  width: 260px;
  height: 150px;
}
.phone.landscape .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner {
  height: 120px;
}
.phone.portrait .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner {
  position: relative;
  height: 120px;
  left: 0;
  margin-bottom: 30px;
}
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound {
  opacity: 0;
  padding: 4px;
  display: inline-block;
  border: 1px solid white;
  left: 50%;
}
.phone.portrait .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound {
  display: block;
}
.desktop .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound.cta-bound-0, .tablet .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound.cta-bound-0, .phone.landscape .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound.cta-bound-0 {
  position: absolute;
  top: 0;
}
.desktop .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound.cta-bound-1, .tablet .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound.cta-bound-1, .phone.landscape .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound.cta-bound-1 {
  position: absolute;
  top: 0;
}
.phone.portrait .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound.cta-bound-1 {
  margin-top: 1em;
}
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta {
  font-size: 12px;
  font-family: "LouisVuitton-N";
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  color: black;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: none;
}
.tablet .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta {
  font-size: 1em;
}
.tablet.portrait .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta {
  font-size: 14px;
  font-size: 1.2em;
}
.iPhone4 .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta {
  font-size: 11px;
}
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label-holding {
  padding: 1em 1.25em;
  opacity: 1;
  line-height: 1em;
}
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label {
  padding: 1em 1.25em;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: black;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 1em;
}
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e02246;
}
.ff .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .decoration {
  right: -1px;
}
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label-holding,
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tablet .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label-holding, .tablet
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label {
  /* background-image: url(../../../assets/images/commons/arrow_black.svg);
   background-size: auto .9em;
   background-repeat: no-repeat;
   background-position: 2em 50%;
   padding-left: 3em;
   //  padding-right: 2.5em;*/
}
.desktop .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label-holding, .desktop
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label {
  background-image: url(../../../assets/images/commons/arrow_black_hd.png);
  background-size: auto .9em;
  background-repeat: no-repeat;
  background-position: 2em 50%;
  padding-left: 3em;
}
.tablet .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label-holding, .tablet
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label {
  padding: .85em 1em;
}
.ie9 .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label-holding, .ie9
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label {
  padding-bottom: .9em;
}
.desktop .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label-holding, .desktop
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta .label {
  width: 70%;
}
.phone.portrait .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .cta-bound .vuitton-cta {
  display: block;
}
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .subtitlelabel {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  font-family: "LouisVuitton-N";
}
.phone.portrait .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .subtitlelabel {
  width: 200%;
  left: -50%;
  top: 65px;
}
.phone.landscape .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .subtitlelabel {
  bottom: 40px;
}
.tablet .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .subtitlelabel {
  font-size: 20px;
  font-size: 1.9vw;
  bottom: 45px;
}
.view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .sublabel {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.phone.portrait .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .sublabel {
  margin-top: 20px;
  width: 200%;
  left: -50%;
  top: 65px;
}
.tablet .view-home .prebook-pannel .bottom-part-container .cta-container .cta-container-inner .sublabel {
  font-size: 15px;
  font-size: 1.6vw;
}
.view-home .prebook-pannel .walkin {
  font-family: "GaramondPremrPro-ItDisp";
  position: absolute;
  width: 100%;
  bottom: 20px;
  font-size: 13px;
  font-size: 1.2vw;
  text-align: center;
  font-style: italic;
  color: #999;
}
.phone .view-home .prebook-pannel .walkin {
  bottom: 5px;
}
.phone.portrait .view-home .prebook-pannel .walkin {
  font-size: 9px;
  font-size: 2.0vh;
}
.phone.landscape .view-home .prebook-pannel .walkin {
  font-size: 2.0vw;
}
.tablet .view-home .prebook-pannel .walkin {
  font-size: 18px;
  font-size: 1.5vw;
}
.tablet.portrait .view-home .prebook-pannel .walkin {
  font-size: 15px;
}
.view-home .prebook-pannel .close-button {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 50px;
  top: 50px;
  padding: 20px;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (orientation: portrait) {
  .view-home .prebook-pannel .close-button {
    top: 30px;
    margin-top: 0;
  }
}
.phone .view-home .prebook-pannel .close-button {
  display: none;
}
.view-home .prebook-pannel .close-button .decoration {
  background-image: url(../../../assets/images/commons/cross.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.view-home .header-home {
  width: 100%;
  height: 58%;
  /*.tablet.portrait & {
    width: 100%;
    height: 100%;
    //padding-bottom: 114.66%;
    position: relative;
  }*/
}
.tablet .view-home .header-home {
  width: 100%;
  height: 60%;
  top: 0;
  position: absolute;
  z-index: 2;
  font-size: 16px;
  background-color: white;
  /* @media screen and (min-aspect-ratio: 1201/706)  and (max-width: 1420px) {
     font-size: 2vh;
     padding-bottom: 0;
     height: auto;
     bottom: 37%;
   }
   @media screen and (max-height: 800px)  and (min-width: 1420px) {
     font-size: 2vh;
     padding-bottom: 0;
     height: auto;
     bottom: 37%;
   }*/
}
.view-home .header-home #desktop-home-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.desktop .view-home .header-home.video-skipped {
  width: 100%;
  height: 60%;
  top: 0;
  position: absolute;
  background-color: white;
  background-image: url(../../../assets/images/home/affiche.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /* @media screen and (min-aspect-ratio: 1250/501)  and (max-width: 1420px) {
     font-size: 2vh;
     padding-bottom: 0;
     height: auto;
     bottom: 37%;
   }
   @media screen and (max-height: 800px) {
     font-size: 2vh;
     padding-bottom: 0;
     height: auto;
     bottom: 37%;
   }*/
}
.desktop .view-home .header-home.video-playing {
  width: 100%;
  height: 58%;
  position: absolute;
  top: 0;
  z-index: 20;
}
.desktop .view-home .header-home.video-playing .video-container {
  position: absolute;
  height: 100%;
  width: 20%;
  left: 20%;
  z-index: 1;
  background-image: url(../../../assets/images/home/thumbnail.jpg);
  background-size: contain;
  z-index: 2;
}
.desktop .view-home .header-home.video-playing .pic-left {
  position: absolute;
  height: 100%;
  width: 20%;
  left: 0;
}
.desktop .view-home .header-home.video-playing .pic-right {
  position: absolute;
  height: 100%;
  width: 20%;
  right: 0;
}
.desktop .view-home .header-home.video-playing .pic-right .cta-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.desktop .view-home .header-home.video-playing .pic-right .cta-holder .vuitton-cta {
  font-size: 1em;
  font-family: "LouisVuitton-N";
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  color: black;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: none;
}
.desktop .view-home .header-home.video-playing .pic-right .cta-holder .vuitton-cta .label-holding {
  padding: 1em 1.25em;
  opacity: 1;
  line-height: 1em;
}
.desktop .view-home .header-home.video-playing .pic-right .cta-holder .vuitton-cta .label {
  padding: 1em 1.25em;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: black;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 1em;
}
.desktop .view-home .header-home.video-playing .pic-right .cta-holder .vuitton-cta .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e02246;
}
.ff .desktop .view-home .header-home.video-playing .pic-right .cta-holder .vuitton-cta .decoration {
  right: -1px;
}
.desktop .view-home .header-home.video-playing .pic-right .cta-holder .vuitton-cta .label-holding,
.desktop .view-home .header-home.video-playing .pic-right .cta-holder .vuitton-cta .label {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: .7em 1.25em;
}
.tablet .view-home .header-home {
  width: 100%;
  height: 60%;
  top: 0%;
  position: absolute;
  background-color: white;
  background-image: url(../../../assets/images/home/affiche.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*@media screen and (max-height: 667px) {
    font-size: 2vh;
    padding-bottom: 0;
    height: auto;
    bottom: 37%;
  }*/
}
.phone.landscape .view-home .header-home {
  width: 100%;
  height: 0;
  padding-bottom: 37%;
  top: 0;
  position: relative;
}
.phone.portrait .view-home .header-home {
  height: 300px;
  position: relative;
}
.view-home .header-home .absolute-fix {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tablet.landscape .view-home .header-home .absolute-fix {
  display: none;
}
.view-home .header-home .absolute-fix .relative-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.view-home .header-home .absolute-fix .relative-holder .pink-girl {
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../../../assets/images/home/girl-pink.jpg);
  width: 28.3%;
  height: 100%;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .pink-girl {
  width: 77%;
  background-image: url(../../../assets/images/home/girl-pink-portrait.jpg);
  background-position: 100% 0%;
  margin-left: -10px;
}
.tablet.portrait .view-home .header-home .absolute-fix .relative-holder .pink-girl {
  width: 80%;
  position: absolute;
  right: 32%;
  top: 0;
}
.view-home .header-home .absolute-fix .relative-holder .monochrome-girl {
  background-size: auto 194%;
  background-position: 80% 21%;
  background-image: url(../../../assets/images/home/girl-monochrome.jpg);
  width: 30.38%;
  height: 100%;
  position: absolute;
  left: 28.3%;
  top: 0;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .monochrome-girl {
  width: 100%;
  background-image: url(../../../assets/images/home/dark-cover.png);
  height: 38.27%;
  background-size: cover;
  background-position: 50% 0%;
  bottom: -1px;
  left: 0;
  top: auto;
  z-index: 3;
}
.tablet.portrait .view-home .header-home .absolute-fix .relative-holder .monochrome-girl {
  height: 0%;
}
.view-home .header-home .absolute-fix .relative-holder .bizo {
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  background-image: url(../../../assets/images/home/bizo.svg);
  height: 100%;
  position: absolute;
  right: 0%;
  left: -120%;
  top: 0;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo {
  background-position: -1px 100%;
  background-image: url(../../../assets/images/home/bizo-portrait.svg);
  left: -150%;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder {
  text-align: right;
  margin-right: 20%;
  right: 0;
  bottom: 7%;
  display: inline-block;
  position: absolute;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder {
  bottom: 38.27%;
  margin-right: 15%;
  font-size: .4em;
}
.tablet.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder {
  height: 20%;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder p {
  opacity: 0;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .head-title {
  font-family: "LouisVuitton-N-demi";
  font-size: 4em;
  position: relative;
  display: block;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .head-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: .07em;
  white-space: nowrap;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .head-title .lv-holder {
  font-size: 1.08em;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .head-title .lv-holder {
  display: none;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .head-title .flank-right {
  font-family: "LouisVuitton-N-Demi";
  font-size: 1em;
  position: absolute;
  right: 0;
  top: .15em;
  display: inline-block;
  z-index: 0;
  white-space: nowrap;
  -moz-transform: translateX(20%) translateY(45%);
  -ms-transform: translateX(20%) translateY(45%);
  -webkit-transform: translateX(20%) translateY(45%);
  transform: translateX(20%) translateY(45%);
  color: #e02246;
  letter-spacing: 0em;
  white-space: nowrap;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .head-title .flank-right {
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  position: static;
  right: auto;
  top: auto;
  font-size: 1.4em;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .head-title .flank-right img {
  height: 0.7em;
  width: auto;
  margin-left: .15em;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .exhibition {
  font-family: "TiredOfCourier", Courier, monospace;
  color: #e02246;
  font-size: 4.6em;
  line-height: 1em;
  display: inline-block;
  margin-top: .5em;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .exhibition img {
  height: .85em;
  width: auto;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .exhibition {
  font-size: 6em;
  margin-top: -.1em;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .city {
  font-family: "TiredOfCourier", Courier, monospace;
  font-size: 2.7em;
}
.phone.landscape .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .city {
  font-size: 2.4em;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .address {
  font-family: "TiredOfCourier", Courier, monospace;
  font-size: 2.3em;
  margin-top: -0.2em;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .address {
  font-size: 2.2em;
}
.phone.landscape .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .address {
  font-size: 2.2em;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .address2 {
  font-family: "TiredOfCourier", Courier, monospace;
  font-size: 2.4em;
  margin-top: -0.2em;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .address2 {
  font-size: 2.0em;
}
.phone.landscape .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .address2 {
  font-size: 2.0em;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .dates {
  font-family: "TiredOfCourier", Courier, monospace;
  color: #e02246;
  font-size: 3.2em;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .dates {
  font-size: 3em;
}
.phone.landscape .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .dates {
  font-size: 2.5em;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .hashtag {
  font-family: "TiredOfCourier", Courier, monospace;
  font-size: 1.3em;
  margin-top: 0.2em;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .hashtag {
  margin-bottom: .5em;
}
.view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .free {
  font-family: "TiredOfCourier", Courier, monospace;
  font-size: 1.3em;
  margin-top: 0.2em;
}
.portrait .view-home .header-home .absolute-fix .relative-holder .bizo .text-holder .free {
  margin-bottom: .5em;
}
.desktop.portrait .view-home .header-home.video-playing {
  height: 60%;
  bottom: auto;
  top: 0;
}
.desktop.portrait .view-home .header-home.video-playing .cta-holder {
  left: -65px !important;
  z-index: 2;
}

.view-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
}
.view-video .video-container {
  width: 100%;
  height: 100%;
}
.view-video .close-video {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}
.phone .view-video .close-video {
  width: 30px;
  height: 30px;
}
.view-video .close-video .icon-holder {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-top: 15px;
  background-image: url(../../../assets/images/commons/cross.png);
  background-size: contain;
  background-position: 50% 50%;
  cursor: pointer;
}
.phone .view-video .close-video .icon-holder {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 10px;
}
.view-video .cta-holder {
  position: absolute;
  right: 0;
  top: 30px;
}
.view-video .cta-holder .vuitton-cta {
  font-size: 1em;
  font-family: "LouisVuitton-N";
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  color: black;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: none;
}
.view-video .cta-holder .vuitton-cta .label-holding {
  padding: 1em 1.25em;
  opacity: 1;
  line-height: 1em;
}
.view-video .cta-holder .vuitton-cta .label {
  padding: 1em 1.25em;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: black;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 1em;
}
.view-video .cta-holder .vuitton-cta .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e02246;
}
.ff .view-video .cta-holder .vuitton-cta .decoration {
  right: -1px;
}
.view-video .cta-holder .vuitton-cta .label-holding,
.view-video .cta-holder .vuitton-cta .label {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: .7em 1.25em;
}

.view-videos {
  position: relative;
  background-color: black;
}
.desktop .view-videos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.view-videos .video-title {
  position: relative;
  color: white;
  font-size: 30px;
  margin: 10px;
  height: 130px;
}
.tablet .view-videos .video-title {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
  height: initial;
  min-height: 100px;
}
.view-videos .video-title .title-label {
  position: absolute;
  bottom: 0;
}
.tablet .view-videos .video-title .title-label {
  width: 100%;
}
.view-videos .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mobile .view-videos .video-container {
  position: relative;
}
.view-videos .aside-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  height: 400px;
  margin-top: -200px;
}
.view-videos .aside-wrapper.exhibit {
  z-index: 3;
}
.view-videos .aside-wrapper .aside-exhibit {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (orientation: portrait) {
  .view-videos .aside-wrapper .aside-exhibit {
    margin-top: 0;
    top: 30px;
  }
}
.view-videos .aside-wrapper .aside-exhibit .bullet-exhibit {
  height: 48.25px;
  margin-bottom: 2px;
  color: red;
  background-color: rgba(0, 0, 0, 0.0001);
  display: block;
  line-height: 48.25px;
  cursor: pointer;
  position: relative;
}
.view-videos .aside-wrapper .aside-exhibit .bullet-exhibit.bullet-exhibit-8 {
  margin-bottom: 0px;
}
.view-videos .aside-wrapper .aside-exhibit .bullet-exhibit .decoration {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 48.25px;
  background-color: white;
  opacity: .5;
}
.view-videos .aside-wrapper .aside-exhibit .bullet-exhibit .decoration .decoration-icon {
  width: 100%;
  height: 100%;
  background-image: url(../../../assets/images/commons/round_arrow.png);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
.view-videos .aside-wrapper .aside-exhibit .bullet-exhibit .label {
  color: white;
  padding-right: 30px;
  line-height: 48.25px;
  opacity: 0;
  text-align: right;
}
.view-videos .aside-menu {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -100px;
  z-index: 3;
  overflow: hidden;
}
.mobile .view-videos .aside-menu {
  display: none;
}
.view-videos .aside-menu .video-cta {
  margin-bottom: 2px;
  margin-top: 2px;
  text-align: right;
}
.view-videos .aside-menu .video-cta .cta-holder {
  display: inline-block;
  position: relative;
  line-height: 30px;
  height: 30px;
  color: white;
  top: 0;
  cursor: pointer;
}
.view-videos .aside-menu .video-cta .cta-holder .cta-tank {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  margin-right: -100%;
  right: 10px;
}
.view-videos .aside-menu .video-cta .cta-holder .cta-label {
  margin-right: 10px;
  pointer-events: none;
  padding-left: 1em;
  padding-right: 1em;
  font-family: "LouisVuitton-N-Demi";
  font-size: 12px;
  opacity: 0;
}
.tablet .view-videos .aside-menu .video-cta .cta-holder .cta-label {
  font-size: 14px;
}
.view-videos .cta-bound {
  margin-top: 10px;
  width: 200px;
    /*
       .vuitton-cta {
         @include vuittonCta(white, black, black, white, null);
         font-family: $base-font;

         .decoration {
           @include transform(translate3d(0px, 0px, 0px));
         }
         font-size: 15px;
         .tablet.portrait &,
         .phone & {
           font-size: 12px;
         }
         .phone.landscape & {
           font-size: 16px;
         }

         width: 200px;
         left: 50%;
         margin-left: -100px;

         .phone.landscape &,.tablet & ,.desktop &  {
           width: 250px;
           margin-left: -125px;
         }

         display: block;
         margin-bottom: 10px;

         padding: 0;

         .label-holding {
           padding: 10px 15px 10px 31px;

           .detail {
             background-image: url(../../../assets/images/commons/arrow_black.png);

             background-repeat: no-repeat;
             background-size: 6px;

             position: absolute;
             width: 16px;
             height: 11px;
             margin-top: 2px;
             margin-left: -15px;
            // left: 30px;
             .desktop &  {
               margin-top: 4px;
             }
           }
         }
         .label {
           padding: 10px 8px;

           width: 100%;
           .detail {
             background-image: url(../../../assets/images/commons/arrow_white.png);
             background-size: 6px;
             background-repeat: no-repeat;
             // background-size:contain;

             position: absolute;
             width: 16px;
             height: 11px;
             margin-top: 2px;
             margin-left: -15px;
            // left: 30px;
             .desktop &  {
               margin-top: 4px;
             }
           }
         }

       }*/
}
.phone.landscape .view-videos .cta-bound, .tablet .view-videos .cta-bound {
  width: 300px;
}
.mobile .view-videos .cta-bound {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.desktop .view-videos .cta-bound {
  position: absolute;
  left: initial;
  right: 30px;
  top: 0px;
  width: 250px;
}
.view-videos .cta-bound .exhib-button {
  margin-bottom: 10px;
  left: 50%;
  margin-left: -125px;
  display: block;
  width: 250px;
}
.view-videos .cta-bound .vuitton-cta {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  color: black;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-family: "LouisVuitton-N";
  font-size: 14px;
      /*
            @media screen and (max-height: 720px) {

              font-size: 12px;

              // font-size: 2.7vh;
            }*/
  width: 220px;
  left: 50%;
  margin-left: -110px;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
.view-videos .cta-bound .vuitton-cta .label-holding {
  padding: 1em 1.25em;
  opacity: 1;
  line-height: 1em;
}
.view-videos .cta-bound .vuitton-cta .label {
  padding: 1em 1.25em;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: white;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 1em;
}
.view-videos .cta-bound .vuitton-cta .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
}
.ff .view-videos .cta-bound .vuitton-cta .decoration {
  right: -1px;
}
.view-videos .cta-bound .vuitton-cta .decoration {
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.view-videos .cta-bound .vuitton-cta .label-holding {
  padding: 10px 15px 10px 31px;
  /* @media screen and (max-height: 720px) {
     padding: 5px 15px 5px 31px;
     .ie9 & {
       padding: 5px 15px 5px 15px;
     }
   }*/
}
.ie9 .view-videos .cta-bound .vuitton-cta .label-holding {
  padding: 10px 15px 10px 15px;
}
.view-videos .cta-bound .vuitton-cta .label-holding .detail {
  background-image: url(../../../assets/images/commons/arrow_black.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 9px;
  margin-top: 3px;
  margin-left: -15px;
}
.ie9 .view-videos .cta-bound .vuitton-cta .label-holding .detail {
  display: none;
}
.view-videos .cta-bound .vuitton-cta .label {
  padding: 10px 8px;
  /*@media screen and (max-height: 720px) {
    padding:5px 8px;
    .ie9 & {
      padding:5px 0px;
    }
  }*/
  width: 100%;
}
.ie9 .view-videos .cta-bound .vuitton-cta .label {
  padding: 10px 0px;
}
.view-videos .cta-bound .vuitton-cta .label .detail {
  background-image: url(../../../assets/images/commons/arrow_white.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 9px;
  margin-top: 3px;
  margin-left: -15px;
}
.ie9 .view-videos .cta-bound .vuitton-cta .label .detail {
  display: none;
}
.view-videos .pusher {
  position: relative;
  height: 20px;
  width: 100%;
}
.view-videos .nav-container {
  position: relative;
  height: 70px;
  width: 100%;
}
.tablet .view-videos .nav-container {
  margin-top: 20px;
}
.view-videos .nav-container .dot-container {
  position: absolute;
  height: 50%;
  left: 50%;
  margin-top: 25px;
  -moz-transform: translate3d(-50%, 0px, 0px);
  -ms-transform: translate3d(-50%, 0px, 0px);
  -webkit-transform: translate3d(-50%, 0px, 0px);
  transform: translate3d(-50%, 0px, 0px);
}
.view-videos .nav-container .dot-container .btn-previous-video {
  background-image: url(../../../assets/images/commons/thin-arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 50px;
  position: absolute;
  left: -40px;
  top: -15px;
}
.view-videos .nav-container .dot-container .btn-next-video {
  background-image: url(../../../assets/images/commons/thin-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 50px;
  position: absolute;
  right: -40px;
  top: -15px;
}
.view-videos .nav-container .dot-container .dot {
  background-image: url(../../../assets/images/commons/puce.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  margin-top: 25px;
  padding-left: 7px;
  margin-right: 5px;
  display: table-cell;
  opacity: .6;
}
.view-videos .nav-container .dot-container .dot.dot-active {
  opacity: 1;
}

.view-exhibition {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.view-exhibition .header-home {
  width: 100%;
  height: 100%;
  position: relative;
}
.view-exhibition .header-home .absolute-fix {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.view-exhibition .header-home .absolute-fix .relative-holder {
  width: 100%;
  height: 100%;
  position: relative;
}
.view-exhibition .header-home .absolute-fix .relative-holder .pink-girl {
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../../../assets/images/home/girl-pink.jpg);
  width: 28.3%;
  height: 100%;
}
.view-exhibition .header-home .absolute-fix .relative-holder .monochrome-girl {
  background-size: auto 168%;
  background-position: 80% 15%;
  background-image: url(../../../assets/images/home/girl-monochrome.jpg);
  width: 30.38%;
  height: 100%;
  position: absolute;
  left: 28.3%;
  top: 0;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo {
  background-size: cover;
  background-color: transparent;
  background-position: -1px 100%;
  background-image: url(../../../assets/images/home/bizo.svg);
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .text-holder {
  display: block;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: 30%;
  right: 2em;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portrait .view-exhibition .header-home .absolute-fix .relative-holder .bizo .text-holder {
  right: 2em;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .text-holder .text-box {
  width: 100%;
  height: 100%;
  max-width: 355px;
  margin: auto;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .text-holder .title {
  position: relative;
  display: block;
  font-family: "LouisVuitton-N";
  pointer-events: none;
  padding-bottom: 1em;
  font-size: 1.9em;
}
@media screen and (max-aspect-ratio: 1250 / 676) and (orientation: landscape) {
  .view-exhibition .header-home .absolute-fix .relative-holder .bizo .text-holder .title {
    font-size: 1.6em;
  }
}
@media screen and (max-aspect-ratio: 777 / 1082) and (orientation: portrait) {
  .view-exhibition .header-home .absolute-fix .relative-holder .bizo .text-holder .title {
    font-size: 1.6em;
  }
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .text-holder .para {
  font-family: "LouisVuitton-N-Light";
  text-align: left;
  font-size: 1.05em;
  letter-spacing: .01em;
  line-height: 1.25em;
  padding-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 37px;
              /*   @media screen and (max-aspect-ratio: 1250/676) and (orientation: landscape) {
                   font-size: 1.25vw;

                 }
                 @media screen and (max-aspect-ratio: 1250/676) and (orientation: landscape) and (max-height:1600px) {
                   font-size: 1.15vw;

                 }*/
}
.tablet.landscape .view-exhibition .header-home .absolute-fix .relative-holder .bizo .text-holder .para {
  font-size: 1.1em;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder {
  position: absolute;
  right: 2em;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound {
  position: absolute;
  left: 50%;
  margin-left: -125px;
                    /* .vuitton-cta
                     {
                       @include vuittonCta(white, black, black, white, 1px solid black);
                       font-family: $base-font;

                       @media screen and (max-height: 720px) {

                         font-size: 12px;

                         // font-size: 2.7vh;
                       }
                       .tablet.portrait &,
                       .phone &
                       {
                         font-size: 12px;
                       }
                       .phone.landscape &
                       {
                         font-size: 16px;
                       }
                       .decoration
                       {
                         @include transform(translate3d(0px, 0px, 0px));
                       }

                       width:250px;
                       left:50%;
                       margin-left:-125px;
                       display:block;
                       margin-bottom:10px;
                       @media screen and (max-height: 676px) {
                         margin-bottom:5px;

                       }
                       padding: 0;

                       .label-holding
                       {

                         padding: 10px 15px 10px 31px;

                         @media screen and (max-height: 720px) {
                           padding: 5px 15px 5px 31px;
                         }
                         .detail {
                           background-image: url(../../../assets/images/commons/arrow_black.png);

                           background-repeat: no-repeat;
                           background-size: 6px;
                           background-size:contain;
                           display:block;
                           position:absolute;
                           width:16px;
                           height:9px;
                           margin-top:4px;
                           margin-left:-15px;
                           @media screen and (max-height: 720px) {
                             margin-top:4px;
                           }
                         }
                       }
                       .label
                       {
                         padding:10px 8px;

                         @media screen and (max-height: 720px) {
                           padding:5px 8px;
                         }
                         width:100%;

                         .detail {
                           background-image: url(../../../assets/images/commons/arrow_white.png);
                           background-size: 6px;
                           background-repeat: no-repeat;
                           background-size:contain;

                           position:absolute;
                           width:16px;
                           height:9px;
                           margin-top:4px;
                           margin-left: 8px;

                           display:block;

                           @media screen and (max-height: 720px) {
                             margin-top:4px;
                           }
                         }
                       }



                       .ie9 & {
                         display: none;
                       }

                     }*/
                    /* .vuitton-cta {
                       font-size: 1em;
                       font-family: $base-font;
                       @include vuittonCta(rgba(255, 255, 255, 1), black, rgb(224, 34, 70), black, none);

                       @include vuittonCta(rgba(255, 255, 255, 1), black, rgb(215, 0, 50), black, none);
                       padding: 0;
                       margin: 5px;

                       border: 1px solid black;
                       font-family: $base-font;
                       display: table;
                       margin: auto;

                       .phone & {
                         width: 180px;
                       }

                       .label-holding {
                         //@include hardwareAccelerate;
                         padding: 10px 15px 10px 31px;
                         background-image: url(../../../assets/images/commons/arrow_black.png);
                         background-size: 6px;
                         background-repeat: no-repeat;
                         background-position: 16px 50%;
                         .phone & {

                           white-space: normal;
                           text-align: left
                         }

                       }
                       .label {
                         padding-left: 8px;
                         background-image: url(../../../assets/images/commons/arrow_black.png);
                         background-size: 6px;
                         background-repeat: no-repeat;
                         background-position: 16px 50%;
                         .phone & {

                           white-space: normal;
                           text-align: left
                         }


                       }

                       .label-holding,
                       .label {
                         // @include hardwareAccelerate;
                         padding: 10px 15px 10px 31px;
                         .ie9 &{
                           //padding-bottom: .9em;
                         }
                       }
                     }*/
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .exhib-button {
  margin-bottom: 10px;
  left: 50%;
  margin-left: -125px;
  display: block;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  color: black;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: 1px solid black;
  font-family: "LouisVuitton-N";
  font-size: 14px;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label-holding {
  padding: 1em 1.25em;
  opacity: 1;
  line-height: 1em;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label {
  padding: 1em 1.25em;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: white;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 1em;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
}
.ff .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .decoration {
  right: -1px;
}
@media screen and (max-height: 720px) {
  .desktop .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta {
    font-size: 12px;
  }
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .decoration {
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label-holding {
  padding: 10px 15px 10px 31px;
}
.ie9 .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label-holding {
  padding: 10px 15px 10px 15px;
}
@media screen and (max-height: 720px) {
  .desktop .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label-holding {
    padding: 5px 15px 5px 31px;
  }
  .ie9 .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label-holding {
    padding: 5px 15px 5px 15px;
  }
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label-holding .detail {
  background-image: url(../../../assets/images/commons/arrow_black.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 9px;
  margin-top: 3px;
  margin-left: -15px;
}
.ie9 .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label-holding .detail {
  display: none;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label {
  padding: 10px 8px;
  width: 100%;
}
.ie9 .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label {
  padding: 10px 0px;
}
@media screen and (max-height: 720px) {
  .desktop .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label {
    padding: 5px 8px;
  }
  .ie9 .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label {
    padding: 5px 0px;
  }
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label .detail {
  background-image: url(../../../assets/images/commons/arrow_white.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 9px;
  margin-top: 3px;
  margin-left: -15px;
}
.ie9 .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta .label .detail {
  display: none;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  color: black;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: 1px solid black;
  font-family: "LouisVuitton-N";
  width: 250px;
  left: 50%;
  margin-left: -125px;
  margin-bottom: 10px;
  padding: 0;
  display: none;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label-holding {
  padding: 1em 1.25em;
  opacity: 1;
  line-height: 1em;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label {
  padding: 1em 1.25em;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: white;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 1em;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .decoration {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
}
.ff .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .decoration {
  right: -1px;
}
@media screen and (max-height: 720px) {
  .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie {
    font-size: 12px;
  }
}
.tablet.portrait .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie, .phone .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie {
  font-size: 12px;
}
.phone.landscape .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie {
  font-size: 16px;
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .decoration {
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-height: 676px) {
  .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie {
    margin-bottom: 5px;
  }
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label-holding {
  padding: 10px 15px 10px 31px;
}
@media screen and (max-height: 720px) {
  .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label-holding {
    padding: 5px 15px 5px 31px;
  }
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label-holding .detail {
  background-image: url(../../../assets/images/commons/arrow_black.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-size: contain;
  display: block;
  position: absolute;
  width: 16px;
  height: 9px;
  margin-top: 3px;
  margin-left: -15px;
}
@media screen and (max-height: 720px) {
  .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label-holding .detail {
    margin-top: 4px;
  }
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label {
  padding: 10px 8px;
  width: 100%;
}
@media screen and (max-height: 720px) {
  .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label {
    padding: 5px 8px;
  }
}
.view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label .detail {
  background-image: url(../../../assets/images/commons/arrow_white.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 9px;
  margin-top: 3px;
  margin-left: 8px;
  display: block;
}
@media screen and (max-height: 720px) {
  .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie .label .detail {
    margin-top: 4px;
  }
}
.ie9 .view-exhibition .header-home .absolute-fix .relative-holder .bizo .cta-holder .cta-bound .vuitton-cta-ie {
  display: block;
}

.view-exhibition-phone {
  position: relative;
  background: #FFF;
  width: 100%;
  height: auto;
  color: black;
  font-family: "LouisVuitton-N";
}
.view-exhibition-phone .pannel {
  position: relative;
  display: block;
  width: 100%;
}
.view-exhibition-phone .pannel .offset-container {
  position: relative;
  margin: 10px;
      /* .vuitton-cta
        {
          @include vuittonCta(white, black, black, white, 1px solid black);
          font-family: $base-font;
          font-size: 14px;
          .decoration
          {
            @include transform(translate3d(0px, 0px, 0px));
          }

          width:250px;
          left:50%;
          margin-left:-125px;
          display:block;
          margin-bottom:10px;
          padding: 0;

          .label-holding
          {
            padding: 10px 15px 10px 31px;

            .detail {

              background-image: url(../../../assets/images/commons/arrow_black.png);
              background-repeat: no-repeat;
              background-size: 6px;
              background-size:contain;

              position:absolute;
              width:16px;
              height:9px;
              margin-top:4px;
              margin-left:-15px;

            }
          }
          .label
          {
            padding:10px 8px;

            width:100%;
            .detail {
              background-image: url(../../../assets/images/commons/arrow_white.png);
              background-size: 6px;
              background-repeat: no-repeat;
              background-size:contain;

              position:absolute;
              width:16px;
              height:9px;
              margin-top:4px;
              margin-left:-15px;

            }
          }
        }*/
}
.landscape.phone .view-exhibition-phone .pannel .offset-container {
  width: 355px;
  margin: auto;
}
.view-exhibition-phone .pannel .offset-container .title {
  position: relative;
  display: block;
  font-family: "LouisVuitton-N";
  pointer-events: none;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.7em;
}
.view-exhibition-phone .pannel .offset-container .para {
  font-family: "LouisVuitton-N-Light";
  text-align: left;
  font-size: 1em;
  letter-spacing: .01em;
  line-height: 1.35em;
  padding-bottom: 1em;
}
.view-exhibition-phone .pannel .offset-container .cta-holder {
  padding-bottom: 10px;
}
.view-exhibition-phone .pannel .offset-container .cta-holder .cta-bound {
  position: relative;
}
.view-exhibition-phone .pannel .offset-container .cta-holder .cta-bound .exhib-button {
  margin-bottom: 10px;
  left: 50%;
  margin-left: -125px;
  display: block;
  width: 250px;
}

.pic-container {
  position: relative;
  width: 100%;
  padding-bottom: 58%;
}
.pic-container .absolute-fix {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pic-container .absolute-fix .pic-left {
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../../../assets/images/home/girl-pink.jpg);
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.pic-container .absolute-fix .pic-right {
  position: absolute;
  background-size: auto 184%;
  background-position: 83% 18%;
  background-image: url(../../../assets/images/home/girl-monochrome.jpg);
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.pic-container .absolute-fix .bizo {
  background-size: cover;
  background-position: 0% 0%;
  background-image: url(../../../assets/images/home/bizo-portrait.svg);
  width: 22%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.layout-auto .content {
  position: relative !important;
  height: auto !important;
}

.page #back-btn {
  top: 60px;
  left: 30px;
  background-position: 23px 14px;
  background-image: url(../../../assets/images/commons/arrow_left_black.png);
  background-color: transparent;
  color: black;
  z-index: 5;
  background-color: white;
  padding: 2px 25px 2px 35px;
}
.ie9 .page #back-btn {
  background-position: 23px 12px;
}
.phone .page #back-btn {
  display: none;
}

.mobile .page {
  background-color: #000;
}

.desktop .lv-application, .desktop
.main-view {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
