.photo-gallery-album {
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 450px;
    width: 100%;
    background-color: #f3f3f3;
    border-bottom: 2px solid #c28b27;
    border-top: 1px solid #396d7a;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 8px 15px;
    cursor: pointer;
    justify-content: center;
}

.photo-album-thumbnail {
    width: 100%;
    height: 192px;
    align-items: center;
    overflow: hidden;
}

.photo-album-thumbnail img {
    height: 192px !important;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: middle;
}

.photo-album-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:20px;
}

.pull-left-content{
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    /*width: 235px;*/
    text-rendering: none;
    -ms-text-overflow: ellipsis;
    word-wrap: normal !important;
	margin-top: 10px;
	color: #343434;
}

.pull-left-content strong{
    font-weight: 700;
}

.photo-album-title {
	-webkit-text-stroke: 1px transparent;
    -o-text-stroke: 1px transparent;
    -webkit-font-smoothing: antialiased;
        text-align: start;

}

.photo-album-count {
	float: right;
    margin-top: 10px;
	color: #343434;
    font-size: 1.4rem;
    line-height: 1.42857143;
    text-wrap-mode: nowrap;
}