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;
}
#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;
}
#model1 {
  width: 300px;
  height: 250px;
  position: absolute;
  background-image: url("img/A1.jpg");
  background-size: contain;
  opacity: 0;
}
#model2 {
  width: 300px;
  height: 250px;
  position: absolute;
  background-image: url("img/A2.jpg");
  background-size: contain;
  opacity: 0;
}
#model3 {
  width: 300px;
  height: 250px;
  position: absolute;
  background-image: url("img/A5.jpg");
  background-size: contain;
  opacity: 0;
}
#squiggles {
  width: 300px;
  height: 250px;
  left: 19px;
  bottom: 44px;
  position: absolute;
}
#squiggles svg {
  width: 267px;
  height: 100%;
}
svg {
  opacity: 1;
  position: absolute;
}
#logo {
  width: 240px;
  height: 12px;
  position: absolute;
  bottom: 33px;
  left: 30px;
  opacity: 0;
}
#cta {
  width: 300px;
  height: 12px;
  position: absolute;
  bottom: 14px;
  background-image: url(img/CTAs_S2.svg);
  background-size: 212px;
  background-position: 50% -45px;
  background-repeat: no-repeat;
  opacity: 0;
}
#playButton {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 100px;
  top: 47px;
  opacity: 0;
}
button {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
video {
  position: absolute;
  width: 300px;
  height: 188px;
  opacity: 0;
}
.btn {
  position: absolute;
  z-index: 3;
  top: auto;
  left: auto;
  right: 5px;
  bottom: 63px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.btn:hover {
  opacity: 0.7;
}
.btnPlay {
  background-image: url('buttons/play.svg');
  right: 40px;
}
.btnPause {
  background-image: url('buttons/pause.svg');
  right: 40px;
}
.sonOn {
  background-image: url('buttons/unmute.svg');
}
.sonOff {
  background-image: url('buttons/mute.svg');
}
