.at-magazineCovers__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.at-magazineCovers__publication {
    width: calc(50% - 12px);
    margin-right: 10px;
}

.at-magazineCovers__link {
    text-decoration: none;
}

.at-magazineCovers__link:hover {
    text-decoration: none;
}

.at-magazineCovers__cover {
    position: relative;
}

.at-magazineCovers__details {
    margin: 15px 0 20px;
}

.at-magazineCovers__number {
    font-weight: bold;
}

.at-magazineCovers__date {
    font-size: 0.8em;
}

.at-magazineCovers__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0 !important;
}

.at-magazineCovers__overlayText {
    display: none;
}

@media screen and (min-width: 568px) {
    .at-magazineCovers__inner {
        flex-wrap: nowrap;
    }

    .at-magazineCovers__publication {
        width: auto;
        margin-right: 25px;
    }

    .at-magazineCovers__publication:last-child {
        margin-right: 0;
    }

    .at-magazineCovers__overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: #282828;
    }

    .at-magazineCovers__overlayText {
        display: block;
        color: white;
        font-size: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        border: 1px solid #fff;
        padding: 0.5em;
    }

    .at-magazineCovers__cover:hover .at-magazineCovers__overlay {
        opacity: 0.7;
    }
}
