.fullWidthCTABanner {
    align-items: center;
    display: flex;
    /* height: 600px; */
    height: auto;
    min-height: 650px;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.fullWidthCTABanner .backgroundImage,
.fullWidthCTABanner .backgroundImage.mobileOnly {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.fullWidthCTABanner .backgroundImage:after {
    background-color: rgba(19, 23, 25, .3);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.fullWidthCTABanner .backgroundImage.mobileOnly { display: none; }

.fullWidthCTABanner h2 {
    color: #FFFFFF;
    margin-bottom: 40px;
    max-width: 768px;
}

.fullWidthCTABanner h2 {
    font-size: 47px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 56px;
    max-width: 100%;
}

.fullWidthCTABanner p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 24px;
    /* margin-bottom: 65px; */
    max-width: 40%;
}
.fullWidthCTABanner p a {
    color: #FF0000;
}
.fullWidthCTABanner .imageCaption {
    align-items: center;
    bottom: 25px;
    display: flex;
    right: 25px;
    position: absolute;
}

.fullWidthCTABanner .imageCaption .imageCaptionIcon {
    background-image: url('../img/copyright.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 25px;
    order: 2;
    width: 25px;
}

.fullWidthCTABanner .imageCaption .imageCaptionText {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    order: 1;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    padding-right: 10px;
    pointer-events: none;
}

.fullWidthCTABanner .imageCaption .imageCaptionIcon:hover + .imageCaptionText,
.fullWidthCTABanner .imageCaption .imageCaptionText:hover {
    opacity: 1;
    pointer-events: auto;
}

/* @media(min-width:992px){
  .fullWidthCTABanner h2 {margin-bottom: -25px};
} */

@media (max-width: 991.98px) {

    .fullWidthCTABanner h2 p {
      color: #131719;
      /* margin-bottom: 20px; */
      text-align: left;
      font-size: 26px;
      line-height: 32px;
    }

    .fullWidthCTABanner {
        height: auto;
        min-height: auto;
        padding-bottom: 30px;
        padding-top: calc(70vw + 25px) !important;
    }

    .fullWidthCTABanner .backgroundImage { display: none; }

    .fullWidthCTABanner .backgroundImage.mobileOnly {
        display: block;
        height: 70vw;
    }

    .fullWidthCTABanner .backgroundImage.posLeft { background-position: left; }
    .fullWidthCTABanner .backgroundImage.posCenter { background-position: center; }
    .fullWidthCTABanner .backgroundImage.posRight { background-position: right; }

    .fullWidthCTABanner .col-12 { text-align: center; }

    .fullWidthCTABanner h2 {
        color: #131719;
        margin-bottom: 20px;
        text-align: left;
    }

    .fullWidthCTABanner p {
        color: #616161;
        /* margin-bottom: 30px; */
        max-width: 100%;
        text-align: left;
        font-size: 14px;
    }

    .fullWidthCTABanner .CTAButton { margin: 0 auto; }

    .fullWidthCTABanner .imageCaption {
        bottom: auto;
        top: calc(70vw - 45px);
    }
}
