/* This is an individual banner css template */

/* NOTE: Make all your rules, at least, children of your parent element to avoid CSS rules cross-contamination */

banner-ad #hero-image-click {
    bottom: 0;
    height: 100%;
    width: 100%;
}

banner-ad #intro-bg {
    width: 298px;
    height: 300px;
    position: absolute;
    top: 300px;
}

banner-ad #logo {
    width: 75px;
    height: 30px;
    left: 40px;
    top: 40px;
    position: absolute;
}

banner-ad #headline-1 {
    font-size: 38px;
    line-height: 43px;
}

banner-ad #headline-2 {
    font-size: 30px;
    line-height: 35px;
}

banner-ad .title {
    padding-top: 70px;
}

banner-ad .title,
banner-ad .title-2 {
    padding-left: 40px;
    padding-right: 40px;
}

banner-ad #fr1-headline-container {
    height: 270px;
    top: 0;
}

banner-ad #fr2-headline-container {
    height: 179px;
    top: 300px;
}

banner-ad #frame-2-image-container,
banner-ad #frame-2-image {
    width: 298px;
    height: 300px;
}

banner-ad #cta {
    font-size: 12px;
    line-height: 15px;
    left: 40px;
    bottom: 90px;
}

banner-ad #cta-body {
    padding: 8px 10px;
}

banner-ad #cta-click {
    height: 600px;
}

banner-ad #colour-block-1,
banner-ad #frame-2-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 149px;
    height: 300px;
}

banner-ad #colour-block-2,
banner-ad #frame-2-image-2 {
    position: absolute;
    top: 0;
    left: 149px;
    width: 149px;
    height: 150px;
}

banner-ad #colour-block-3,
banner-ad #frame-2-image-3 {
    position: absolute;
    top: 150px;
    left: 149px;
    width: 149px;
    height: 150px;
}