/* -- layout featured callout -- */
.layout-featured-callout {
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.feature-callout-background-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    text-align: right;
}

.feature-callout-background-container img {
    height: auto;
    width: auto;
}
