.image_container img{
    width: 100%;
}
.image_container{
    height: 250px;

    margin-bottom: 30px;
}
.photos{
    margin: 20px 0;
}
.gallery_title h5{
    margin-bottom: 30px;
}
.image{
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;

}
.text{
    height: 40px;
}
.image_folder i{
    font-size: 100px;
}
.each_album{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.album_image img{
    width: 100%;
}
.album_image{
    height: 180px;
    overflow: hidden;
}

.album_text{
    padding:10px;
    text-align: center;
}
.album_header{
    margin-bottom: 20px;
}
.albums , .other_photos{
    margin-bottom: 50px;
}