.GSA_image_large_CTA {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

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

@media (min-width: 1200px) {
    .GSA_image_large_CTA .btn {
        bottom: 50px;
    }
}