.coverImage {
    overflow: hidden;
    position: relative;

    display: -ms-flexbox;
    -ms-align-items: flex-end;
    display: flex;
    align-items: flex-end;

    background-size: cover;
    background-position: center;
}
.content {
    width: 100%;

}

.image {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.shadow300 {
    box-shadow: 0 10000px 0 0 rgba(0, 0, 0, 0.3) inset;
}

.shadow500 {
    box-shadow: 0 10000px 0 0 rgba(0, 0, 0, 0.5) inset;
}