.app_grid {
    display: flex;
    flex-wrap: wrap;
}

.app_grid div {
    padding: 0px;
    margin: 10px;
    text-align: center;

    img {
        height: 150px;
    }

    a:link {
        text-decoration: none;
        color: black;
    }

    a:visited {
        text-decoration: none;
        color: black;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    figure {
        padding: 0px;
        margin: auto;
    }

    figcaption {
        padding: 10px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
    }
}

.image_overlay {
    position: relative;
    display: inline;
}

.new_win_icon {
    position: absolute;
    top: 0%;
    left: 0%;
}

.same_win_icon {
    position: absolute;
    top: 0%;
    left: 50%;
}
