html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  outline: none;
  background-color: rgba(255, 255, 255, 0);
}
div,
section,
button {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@font-face {
  font-family: 'LV_medium';
  src: url('img/louisvuitton-medium-webfont.woff2') format('woff2'), url('img/louisvuitton-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#cta {
  position: absolute;
  z-index: 0;
  top: auto;
  left: 0;
  right: 0;
  bottom: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: auto;
  width: 139px;
  opacity: 0;
  font-family: 'LV_medium', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10.5px;
  text-align: center;
  padding: 10px;
  letter-spacing: 0.5px;
}
#container {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 300px;
  height: 250px;
  cursor: pointer;
  background-color: white;
  overflow: hidden;
  opacity: 0;
}
#bgd {
  width: 300px;
  height: 250px;
  position: absolute;
  background-image: url("img/bgd.jpg");
  background-size: contain;
  opacity: 1;
}
.frame {
  opacity: 0;
  width: 300px;
  height: 250px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  right: -50%;
  bottom: 0;
  margin: auto;
}
#bigLogo {
  width: 300px;
  height: 250px;
  position: absolute;
  opacity: 1;
}
#bigLogo svg {
  width: 254px;
  right: 22px;
  top: 8px;
}
#tagLine {
  width: 300px;
  height: 250px;
  position: absolute;
}
#tagLine svg {
  width: 254px;
  right: 23px;
  top: 45px;
}
#LV_icon {
  position: absolute;
  top: 66px;
  right: 134px;
  opacity: 0;
}
#logo svg {
  width: 166px;
  right: 15px;
  top: 86px;
}
#cta svg {
  width: 139px;
  right: 80px;
  bottom: 9px;
  height: 32px;
}
svg {
  display: block;
  opacity: 1;
  position: absolute;
}
svg #cta_text {
  fill: #ffffff;
  opacity: 1;
}
svg #cta_rectangle {
  opacity: 1;
}
button {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
