
    /* This is for small screens */
    @media (max-width: 992px) {
        .albums_album {
            font-size: 7pt;
        }
    }

    /* This is for large screens */
    @media (min-width: 992px) {
        .albums_album {
            font-size: 8pt;
        }
    }

    .albums_album {
        font-weight: bold;
    }

    .albums_album .all_albums_title {
        background-color: #333333;
        color: white;
    }

    .all_albums_image {
        background-color: #0e0e0e;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;
        font-size: 10pt;
        text-shadow: 2px 2px 3px black;
        text-align: left;
        font-weight: bold;
    }