* {
	margin: 0;
	padding: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
	line-height: 1;
}

b{ font-weight: 700 !important; }

#container {
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    border:1px solid #c1c1c1;
    overflow: hidden;
    visibility: hidden;
    background: #fff;
}

.wrapper {
    width: 300px;
    height: 50px;
    top: -1px;
    left: -1px;
}

#adBg, .adBg {
    width: 300px;
    height: 50px;
    top: 0px;
    left: 0px;
}

div, #hotspot {position: absolute;}

#logo, #cta {
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: optimizequality;
}

footer{
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: 400;
    color: #4d4f53;

    position: absolute;
    bottom: 2px;
    left: 5px;
    line-height: 10.5px;
}

footer span{margin-left: 7px;}


#copy1{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 37px;
    line-height: 14px;
}

#copy2{
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: 400;

    color: #4d4f53;

    position: absolute;
    bottom: 3px;
    right: 38px;
}

#cta{
    background-position-x: -5px;
}