.content_with_background_image {
    background-size: cover;
    background-position: center center;
    background-color:rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 9%;
    clear: both;
    color: #fff;
    text-shadow: 2px 2px #000;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.content_with_background_image .cta-link {
    clear: both;
    box-shadow: none;
    border: 1px #ffffff solid;
    padding: 0.5em 2em;
    transition: background 0.25s ease-in, color 0.25s ease-in;
    color: #fff;
}

.content_with_background_image .cta-link:hover {
   background-color: #fff;
    text-shadow: none;
}