body {
    margin: 0px;
    font-family: Arial, sans-serif;
}

#container {
    display: block;
    overflow: hidden;
    width: 970px;
    height: 250px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
}

#banner {
    position: absolute;
    display: block;
    width: 970px;
    height: 250px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    overflow: hidden;
}

#bannerStroke {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 970px;
    height: 250px;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: rgb(0, 0, 0) 1px solid;
    cursor: pointer;
}

#contentCta, #ctaBg {
    position: absolute;
    left: 637.5px;
    top: 196px;
    width: 188px;
    height: 31.5px;
    z-index: 21;
}

#ctaBg {
    position: absolute;
    border-radius: 0;
    background-color: #b11e35;
    top: 0px;
    left: 50%;
    z-index: 21;
    opacity: 0;
    transform: translate(-50%, 0%);
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

#cta {
    position: absolute;
    z-index: 21;
    opacity: 0;
}

img {
    position: absolute;
    width: 970px;
    height: 250px;
    left: 0px;
    top: 0px;
    opacity: 0;
}

#bg, #logo1 {
    opacity: 1;
}

#blackBg {
    position: absolute;
    width: 485px;
    height: 100%;
    background: #000000;
    right: 0;
}

#cta2 {
    transition: 0.2s linear;
    transform-origin: 727px 210px;
    z-index: 22;
}

#container:hover #cta2 {
    transform: scale(1.05) !important;
    transition: 0.2s linear;
}