div.desc {

    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;

}

@media only screen and (min-width: 1000px) {
    /* Container needed to position the button. Adjust the width as needed */
    #albuns-container {
        position: relative;
        height: 250px;
        width: 250px;
        margin-right: 25px;
        margin-bottom: 170px;
    }

    #img-album {
        border-radius: 25px;
        width: 250px;
        height: 250px;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photo-title {
        text-align: center;
        font-size: 25px;
        color: black;
    }

    .photo-desc {
        font-size: 15px;
        color: grey;
    }
}

@media only screen and (max-width: 1000px) {
    #albuns-container {
        position: relative;
        height: 200px;
        width: 200px;
        margin-right: 25px;
        margin-bottom: 170px;
    }

    #img-album {
        border-radius: 25px;
        width: 220px;
        height: 220px;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photo-title {
        text-align: center;
        font-size: 25px;
        color: black;
    }

    .photo-desc {
        font-size: 15px;
        color: grey;
    }

}


@media only screen and (max-width: 800px) {
    #albuns-container {
        position: relative;
        height: 190px;
        width: 190px;
        margin-right: 25px;
        margin-bottom: 170px;
    }

    #img-album {
        border-radius: 25px;
        width: 200px;
        height: 200px;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photo-title {
        text-align: center;
        font-size: 25px;
        color: black;
    }

    .photo-desc {
        font-size: 15px;
        color: grey;
    }

}

@media only screen and (max-width: 600px) {
    #albuns-container {
        position: relative;
        height: 170px;
        width: 170px;
        margin-right: 25px;
        margin-bottom: 170px;
    }

    #img-album {
        border-radius: 25px;
        width: 170px;
        height: 170px;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photo-title {
        text-align: center;
        font-size: 25px;
        color: black;
    }

    .photo-desc {
        font-size: 15px;
        color: grey;
    }

}


@media only screen and (max-width: 500px) {
    #albuns-container {
        position: relative;
        height: 150px;
        width: 150px;
        margin-right: 25px;
        margin-bottom: 170px;
    }

    #img-album {
        border-radius: 25px;
        width: 170px;
        height: 170px;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photo-title {
        text-align: center;
        font-size: 25px;
        color: black;
    }

    .photo-desc {
        font-size: 15px;
        color: grey;
    }

}

@media only screen and (max-width: 480px) {
    #albuns-container {
        position: relative;
        height: 120px;
        width: 120px;
        margin-right: 25px;
        margin-bottom: 170px;
    }

    #img-album {
        border-radius: 25px;
        width: 120px;
        height: 120px;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photo-title {
        text-align: center;
        font-size: 18px;
        color: black;
    }

    .photo-desc {
        font-size: 12px;
        color: grey;
    }

}

@media only screen and (max-width: 400px) {
    #albuns-container {
        position: relative;
        height: 100px;
        width: 100px;
        margin-right: 25px;
        margin-bottom: 170px;
    }

    #img-album {
        border-radius: 25px;
        width: 120px;
        height: 120px;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photo-title {
        text-align: center;
        font-size: 18px;
        color: black;
    }

    .photo-desc {
        font-size: 12px;
        color: grey;
    }
}

@media only screen and (max-device-width: 380px) {
    #albuns-container {
        position: relative;
        height: 100px;
        width: 100px;
        margin-right: 25px;
        margin-bottom: 170px;
    }

    #img-album {
        border-radius: 25px;
        width: 120px;
        height: 120px;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photo-title {
        text-align: center;
        font-size: 18px;
        color: black;
    }

    .photo-desc {
        font-size: 12px;
        color: grey;
    }
}

@media only screen and (max-device-width: 480px) {
    #albuns-container {
        position: relative;
        height: 100px;
        width: 100px;
        margin-right: 25px;
        margin-bottom: 170px;
    }

    #img-album {
        border-radius: 25px;
        width: 120px;
        height: 120px;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photo-title {
        text-align: center;
        font-size: 18px;
        color: black;
    }

    .photo-desc {
        font-size: 12px;
        color: grey;
    }

}

.albuns {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
}

.responsive-image {
    max-width: 100%;
}

.cell {
    margin: 1rem;
}

.cell img {
    display: block;
}

/* Style the button and place it in the middle of the container/image */
#albuns-container #btn-photo-album {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    width: 55px;
    height: 55px;

    border: none;
    cursor: pointer;
    opacity: 0;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
}

#albuns-container:hover {
    opacity: 0.4;
}

#albuns-container:hover #btn-photo-album {
    opacity: 1;
}

#albuns-container:hover .photo-desc {
    opacity: 1;
}

/*

.photo-title {
    text-align: center;
    font-size: 25px;
    color: black;
}

.photo-desc {
    font-size: 15px;
    color: grey;
}
*/