body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color: #333;
}

@font-face {
    font-family:'SlateProReg';
    src: url('fonts/SlatePro.eot');
	src: url('fonts/SlatePro.eot?#iefix') format('embedded-opentype'),
		url('fonts/SlatePro.woff2') format('woff2'),
		url('fonts/SlatePro.woff') format('woff'),
		url('fonts/SlatePro.ttf') format('truetype'),
		url('fonts/SlatePro.otf') format('opentype'),
		url('fonts/SlatePro.svg#SlatePro') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
#main-container {
    position: absolute;
    width: 728px;
    height: 90px;
    border: 2px solid #00468b;
    box-sizing: border-box;
    background: #fff;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
}
#overlay {
       position: absolute;
    width: 728px;
    height: 90px;
    background: url(backup.jpg);
    z-index: 5;
    opacity: .5;
    display: none;
}
:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

#background_exit {
    position: absolute;
    height: 100%;
    width: 100%;
    background: green;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

#imageHolder {
    position: absolute;
    top: 0;
    left: 273px;
    width: 245px;
    height: 88px;
    overflow: hidden;
}

#vid {
    position: absolute;
    top: -10px;
    opacity: 0;
}

#image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    /*  background-image: url(https://s0.2mdn.net/ads/richmedia/studio/1681/1681_20170717074205905_1.jpg);*/
    background-size: cover;
    display: none;
    opacity: 0;
}

#image2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 133px;
    background-position: center center;
    background-repeat: no-repeat;
    /*  background-image: url(image.jpg);*/
    background-size: cover;
    display: block;
    opacity: 1;
}

#text_holder_parent {
    position: absolute;
    margin: auto;
    height: 86px;
    width: 273px;
}

#text_holder_top {
    position: absolute;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
   
/*    width: 75%;*/
}

#text1 {
    position: relative;
    width: auto;   height: auto;
    display: initial;
    font-family: SlateProReg;
    font-size: 20px;
    text-align: left;
    color: #003087;
    white-space: nowrap;
}

#text2 {
    position: relative;
    width: auto;
    height: auto;
    display: initial;
    font-family: SlateProReg;
    font-size: 20px;
    text-align: left;
    color: #003087;
    white-space: nowrap;
}

#logo {
    position: absolute;
    right: 25px;
    bottom: 12px;
    width: 149px;
    height: 30px;
    background-size: contain;
    opacity: 01;
    z-index: 7;
}

#logo_2 {
    position: absolute;
    right: 170px;
    bottom: 40px;
    opacity: 1;
}

#logo_2 img {
    position: absolute;
}

#ctaHolder {
    position: absolute;
    right: 42px;
    bottom: 51px;
    width: 105px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}


/*#shine{
  position: absolute;
  left:0;top:0;
  width: 100%;height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(shine.png);
  background-size: cover; 
  opacity: 0;
}*/

#shine {
    opacity: 0;
    top: 162px;
    left: 0px;
    width: 148px;
    height: 36px;
    background-position: 0px 0px;
    background-size: 60px 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(shine.png);
}

#ctaBtn {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.01);
    position: absolute;
    display: block;
    right: 42px;
    bottom: 53px;
    width: 110px;
    height: 23px;
    z-index: 2;
}

#cta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 105px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(cta.png);
    background-size: contain;
}

#cta_text {
    position: absolute;
    font-family: SlateProReg;
    font-size: 13px;
    letter-spacing: 1.2px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}