/* 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: 149px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
}

banner-ad #logo {
    left: 20px;
    position: absolute;
}

banner-ad .title {
    font-size: 23px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

banner-ad .title-2 {
    font-size: 20px;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 10px;
}

banner-ad #fr1-headline-container {
    width: 149px;
    height: 250px;
}

banner-ad #fr2-headline-container {
    height: 117px;
    left: 150px;
    width: 148px;
    top: 0;
}

banner-ad #frame-2-image-container {
    top: 0;
    left: 0;
    width: 150px;
    height: 248px;
    overflow: hidden;
    position: absolute;
}

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

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

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

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

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

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