.leadStories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.leadStories__story {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    background-color: #346565;
}

.leadStories__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
    padding-top: 35%;
}

@media screen and (min-width: 720px) {
    .leadStories {
        display: flex;
    }

    .leadStories__story {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .leadStories__story:last-child {
        margin-right: 0;
    }
}

.leadStories__imageContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.leadStories__body {
    position: relative;
    padding: 20px;
    max-width: 700px;
}

.leadStories__title {
    margin: 0;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.15em;
}
