body {
    font-family: Arial, sans-serif;
}
button {
    background-color: #0068FF;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
button:hover,
button:active {
    color: #FAF000;
}
button:active {
    font-size: 11px;
}
.label {
    color: #0D2A4D;
    position: absolute;
    margin-left: 10px;
    top: 35px;
}
body {
    margin: 0px;
}
#ad {
	cursor: pointer;
    display: block;
    border: rgb(145, 153, 153) 1px solid;
    overflow: hidden;
    width: 298px;
    height: 248px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#banner {
    position: absolute;
    display: block;
    width: 298px;
    height: 248px;
    background-color: #FFF;
    overflow: hidden;
}
#firstFrame{
	position: absolute;
    display: block;
    width: 348px;
    height: 248px;
	background-image: url("../images/bg1.png");
    background-position: -4px 100%;
    background-repeat: no-repeat;
}
.logo{
	position: absolute;
    display: block;
    width: 61px;
    height: 49px;
	left: 120px;
	top: 10px;
	background-image: url("../images/logo.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
#text1{
	position: absolute;
    display: block;
    width: 250px;
    height: 169px;
	left: 25px;
	top: 55px;
	background-image: url("../images/text1.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
#secondFrame{
	position: absolute;
    display: block;
    width: 348px;
    height: 248px;
	opacity: 0;
	left:350px;
	background-image: url("../images/bg2.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
#text2{
	position: absolute;
    display: block;
    width: 232px;
    height: 112px;
	left: 85px;
	top: 75px;
	background-image: url("../images/text2.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
#text3{
	position: absolute;
    display: block;
    width: 186px;
    height: 73px;
	left: 108px;
	opacity: 0;
	top: 85px;
	background-image: url("../images/text3.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.buttons {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.button {
    height: 26px;
    width: 108px;
}
.label {
    font-size: 14px;
    top: 65px;
}
.collapsed .buttons {
    bottom: 30px;
    left: 10px;
}
.label {
    font-size: 10px;
    top: 33px;
}
#banner {
    background-size: auto 20px;
}
.video-container {
    height: 250px;
    position: absolute;
    width: 300px;
	opacity: 0;
    visibility: hidden;
}
.centered {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
video {
    height: 100%;
    width: 100%;
}
.ios-center-video-controls video::-webkit-media-controls {
    min-width: 0;
}
.sdk .sdk-video-player {
    height: 100%;
    width: 100%;
    position: relative;
    background: url("../images/poster.jpg");
    background-size: cover;
}
.sdk .sdk-video-player-button {
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    background: url("../images/play.png") no-repeat scroll 0px 0px;
    background-size: cover;
}