@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

div,
#mainContainer div,
#mainContainer img,
#mainContainer iframe {
    position: absolute;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
}

body {
    margin: 0px;
    overflow: hidden;
    background-color: white;
}

img {
    width: 100%;
    height: 100%;
}

.bgGrey {
    background-color: #f4f4f4;
}

.bgWhite {
    background-color: #ffffff;
}

.bgBlack {
    background-color: #000000;
}

.sizeFull {
    width: 100%;
    height: 100%;
    background-size: contain;
    overflow: hidden;
}

.sizeImg {
    top: 10px;
    left: 10px;
    width: 819px;
    height: 230px;
    background-size: contain;
    overflow: hidden;
}

#mainContainer {
    overflow: hidden;
    visibility: hidden;
    width: 970px;
    height: 250px;
    cursor: pointer;
}

#border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #B2B4B6;
    opacity: 1;
    cursor: pointer;
}

#videoContainer {
    overflow: hidden;
}

#video {
    width: 820px;
    height: 230px;
}

#btPlay {
    background: url('../assets/images/btPlay.png') no-repeat center;
    background-size: 819px;
    cursor: pointer;
    visibility: hidden;
}

#muteIcon {
    background-image: url('../assets/images/soundOff.png');
    background-size: contain;
    width: 16px;
    height: 16px;
    left: 804px;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

#muteIcon.on {
    background-image: url('../assets/images/soundOn.png');
}

#replayIcon {
    width: 11px;
    height: 13px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
#replayRollout {
    background: url('../assets/images/replayRollout.png') no-repeat;
    background-size: 100%;
    width: 11px;
    height: 13px;
    visibility: visible;
}
#replayRollover {
    background: url('../assets/images/replayRollover.png') no-repeat;
    background-size: 100%;
    width: 11px;
    height: 13px;
    display: none;
}


#ctaRollout {}

#ctaRollover {
    display: none
}

/*#cta_trigger{ background-color: pink; }*/

#watch {
    overflow: hidden;
}

#globalWatch {
    left: 325px !important;
    top: -202px !important;
    transform: scale(0.501);
    overflow: hidden;
}

#SubtitleContainer {
    width: 60%;
    left: 20%;
    bottom: 8px;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    text-rendering: geometricPrecision;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: 1px 1px 2px #000000;
    resize: vertical;
    overflow: visible;
}