.GSA_image_CTA {
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.GSA_image_CTA .btn {
    position: absolute;
    bottom: 20px;
}

.GSA_image_CTA img {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.GSA_image_CTA.GSA_is_boxed_format{
    max-width: 580px;
    max-height: 580px;
    margin-bottom: 40px;
}

.experience-assets-GSA_image_CTA.GSA_marginBottom{
    margin-bottom: 40px;
}
.experience-assets-GSA_image_CTA.GSA_marginTop {
    margin-top: 40px;
}

@media (min-width: 1200px) {

    .GSA_image_CTA {
        background-size: cover;
    }

    .GSA_image_CTA.GSA_is_boxed_format{
        max-width: 680px;
        max-height: 680px;
        margin-bottom: 0;
    }

    .GSA_image_CTA .btn {
        bottom: 50px;
        left: calc(50% - 55px);
    }

    .experience-assets-GSA_image_CTA.GSA_marginBottom{
        margin-bottom: 50px;
    }
    .experience-assets-GSA_image_CTA.GSA_marginTop {
        margin-top: 0;
    }
}