/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.issue-item {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}

.issue-carousel-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s;
}

.issue-carousel-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.issue-item-heading {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 1.75rem 2rem 1.75rem;
    margin: 0;
    font-size: 1.75rem;
    z-index: 1;
}

@media (min-width: 576px) {
    .issues {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}