.ShowCaseLarge {
    position: relative;
    clear: both;
}

.ShowCaseLarge__visual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .ShowCaseLarge__visual {
        padding-top: 55.5%;
    }

    .ShowCaseLarge__visual:after {
        content: '';
        position: absolute;
        top: -100px;
        right: 0;
        width: 80%;
        max-width: 710px;
        bottom: -50px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 180px 160px rgba(0, 0, 0, .3);
    }

    .ShowCaseLarge--contentTopLeft .ShowCaseLarge__visual:after,
    .ShowCaseLarge--contentBottomLeft .ShowCaseLarge__visual:after {
        right: auto;
        left: 0;
    }

    .ShowCaseLarge--dark .ShowCaseLarge__visual:after {
        background-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 180px 160px rgba(255, 255, 255, .3);
    }
}

@media screen and (min-width: 1280px) {
	.ShowCaseLarge__visual:after {
        width: 80%;
    }
}

.ShowCaseLarge__image {
    width: 100%;
}

@media screen and (min-width: 1024px) {
	.ShowCaseLarge__image {
        position: absolute;
        top: 0;
    }
}

.ShowCaseLarge__text {
    z-index: 100;
    padding: 3%;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 1024px) {
    .ShowCaseLarge__text {
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateZ(0);
        z-index: 100;
        max-width: 80%;
        padding: 3%;
        background-color: transparent;
    }

    .ShowCaseLarge--contentTopLeft .ShowCaseLarge__text,
    .ShowCaseLarge--contentBottomLeft .ShowCaseLarge__text {
        left: 0;
        right: auto;
    }

    .ShowCaseLarge--contentTopLeft .ShowCaseLarge__text {
        top: 0;
        bottom: auto;
    }

    .ShowCaseLarge--contentTopRight .ShowCaseLarge__text,
    .ShowCaseLarge--contentBottomRight .ShowCaseLarge__text {
        left: auto;
        right: 0;
    }

    .ShowCaseLarge--contentTopRight .ShowCaseLarge__text {
        top: 0;
        bottom: auto;
    }

}

@media screen and (min-width: 1280px) {
	.ShowCaseLarge__text {
        max-width: 60%;
    }
}

.ShowCaseLarge__title {
    font-size: 30px;
}

@media screen and (min-width: 1024px) {
    .ShowCaseLarge__title {
        font-size: 50px;
    }
}

.ShowCaseLarge__content {
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    .ShowCaseLarge__content {
        margin-bottom: 50px;
    }
}

.ShowCaseLarge--light .ShowCaseLarge__title,
.ShowCaseLarge--light .ShowCaseLarge__content a,
.ShowCaseLarge--light .ShowCaseLarge__content {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .ShowCaseLarge--dark .ShowCaseLarge__title,
    .ShowCaseLarge--dark .ShowCaseLarge__content a,
    .ShowCaseLarge--dark .ShowCaseLarge__content {
        color: #000;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
    }
}

.ShowCaseLarge__callToAction {
    text-align: center;
}

.ShowCaseLarge__ctaButton {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #e3540e;
    border-bottom-width: 3px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.565em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #e3540e;
    transition: all .3s ease-out;
}

.ShowCaseLarge__ctaButton:hover {
    border-color: #222;
}

@media screen and (min-width: 768px) {
	.ShowCaseLarge__ctaButton {
        padding: 10px 20px;
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) {
	.ShowCaseLarge__ctaButton {
        font-size: 30px;
    }
}
